From 4a4b879d7bc893c38c0b673c428d0bd96450bd4a Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 3 Oct 2024 16:44:43 +0300 Subject: [PATCH] fmt --- src/components/Editor/Toolbar/MicroBubbleMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )