We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3360bd commit d864eb6Copy full SHA for d864eb6
1 file changed
src/components/Editor.vue
@@ -245,7 +245,7 @@ export default defineComponent({
245
Collaboration.configure({ document: ydoc }),
246
CollaborationCaret.configure({ provider: { awareness } }),
247
]
248
- const mentionSearch = inject(HOOK_MENTION_SEARCH)
+ const mentionSearch = inject(HOOK_MENTION_SEARCH, undefined)
249
const { openLinkHandler } = useOpenLinkHandler()
250
const editor = isRichEditor
251
? createRichEditor({
0 commit comments