diff --git a/src/components/Editor/Toolbar/MicroBubbleMenu.tsx b/src/components/Editor/Toolbar/MicroBubbleMenu.tsx index 3bb43fe6..bca78461 100644 --- a/src/components/Editor/Toolbar/MicroBubbleMenu.tsx +++ b/src/components/Editor/Toolbar/MicroBubbleMenu.tsx @@ -21,7 +21,7 @@ export const MicroBubbleMenu = (props: MicroBubbleMenuProps) => { const isActive = (name: string, attributes?: Record) => createEditorTransaction( // biome-ignore lint/suspicious/noExplicitAny: tiptap 2.8.0 typing - () => props.editor as any, + () => props.editor as any, (editor) => editor?.isActive(name, attributes) )