We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a203ed commit 0276fe2Copy full SHA for 0276fe2
1 file changed
src/components/Editor.vue
@@ -270,7 +270,7 @@ export default defineComponent({
270
Collaboration.configure({ document: ydoc }),
271
CollaborationCaret.configure({ provider: { awareness } }),
272
]
273
- const mentionSearch = inject(HOOK_MENTION_SEARCH)
+ const mentionSearch = inject(HOOK_MENTION_SEARCH, undefined)
274
const { openLinkHandler } = useOpenLinkHandler()
275
const editor = isRichEditor
276
? createRichEditor({
0 commit comments