chore: remove Comment Code
This commit is contained in:
parent
e79bfe1e5b
commit
818a882b09
|
@ -159,16 +159,6 @@ export const getExtensions = (editor: AiEditor, options: AiEditorOptions): Exten
|
|||
}))
|
||||
// }
|
||||
|
||||
// if (options.cbName && options.cbUrl) {
|
||||
// const provider = new HocuspocusProvider({
|
||||
// url: options.cbUrl,
|
||||
// name: options.cbName,
|
||||
// })
|
||||
// ret.push(Collaboration.configure({
|
||||
// document: provider.document,
|
||||
// }))
|
||||
// }
|
||||
|
||||
if (options.onMentionQuery) {
|
||||
ret.push(createMention(options.onMentionQuery))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue