fmt
This commit is contained in:
parent
3595cf87a3
commit
4a4b879d7b
|
@ -21,7 +21,7 @@ export const MicroBubbleMenu = (props: MicroBubbleMenuProps) => {
|
||||||
const isActive = (name: string, attributes?: Record<string, string | number>) =>
|
const isActive = (name: string, attributes?: Record<string, string | number>) =>
|
||||||
createEditorTransaction(
|
createEditorTransaction(
|
||||||
// biome-ignore lint/suspicious/noExplicitAny: tiptap 2.8.0 typing
|
// biome-ignore lint/suspicious/noExplicitAny: tiptap 2.8.0 typing
|
||||||
() => props.editor as any,
|
() => props.editor as any,
|
||||||
(editor) => editor?.isActive(name, attributes)
|
(editor) => editor?.isActive(name, attributes)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user