Skip to content

Commit 3371f8b

Browse files
committed
fix(types): useless ts error comment
1 parent 29632e1 commit 3371f8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/src/utils/tiptap/extensions/binding.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { VueNodeViewRenderer } from '@tiptap/vue-3'
33
import type { Node as ProseMirrorNode, NodeType } from '@tiptap/pm/model'
44
import { TextSelection } from '@tiptap/pm/state'
55
import type { EditorState } from '@tiptap/pm/state'
6-
// @ts-expect-error Strange ts check issue
76
import TiptapExtensionBinding from '../../../components/tiptap/extension/TiptapExtensionBinding.vue'
87

98
export interface BindingAttrs {

0 commit comments

Comments
 (0)