We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29632e1 commit 3371f8bCopy full SHA for 3371f8b
src/app/src/utils/tiptap/extensions/binding.ts
@@ -3,7 +3,6 @@ import { VueNodeViewRenderer } from '@tiptap/vue-3'
3
import type { Node as ProseMirrorNode, NodeType } from '@tiptap/pm/model'
4
import { TextSelection } from '@tiptap/pm/state'
5
import type { EditorState } from '@tiptap/pm/state'
6
-// @ts-expect-error Strange ts check issue
7
import TiptapExtensionBinding from '../../../components/tiptap/extension/TiptapExtensionBinding.vue'
8
9
export interface BindingAttrs {
0 commit comments