feat(mention): disable auto-completion

This commit is contained in:
Elian Doran
2025-06-23 23:20:51 +03:00
parent 3988bb5321
commit b7f5c0e07a
6 changed files with 47 additions and 20 deletions

View File

@@ -13,6 +13,10 @@ export default class MentionCustomization extends Plugin {
return [ Mention ];
}
public static get pluginName() {
return "MentionCustomization" as const;
}
afterInit() {
const editor = this.editor;
// override standard mention command (see https://github.com/ckeditor/ckeditor5/issues/6470)