mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
fix(ckeditor): mentions not working in attribute editor
This commit is contained in:
@@ -52,7 +52,8 @@ const EXTERNAL_PLUGINS: typeof Plugin[] = [
|
||||
export const CORE_PLUGINS: typeof Plugin[] = [
|
||||
Clipboard, Enter, SelectAll,
|
||||
ShiftEnter, Typing, Undo,
|
||||
Paragraph
|
||||
Paragraph,
|
||||
Mention
|
||||
];
|
||||
|
||||
export const COMMON_PLUGINS: typeof Plugin[] = [
|
||||
@@ -107,7 +108,6 @@ export const COMMON_PLUGINS: typeof Plugin[] = [
|
||||
SpecialCharacters,
|
||||
SpecialCharactersEssentials,
|
||||
FindAndReplace,
|
||||
Mention,
|
||||
PageBreak,
|
||||
GeneralHtmlSupport,
|
||||
TextPartLanguage,
|
||||
|
||||
Reference in New Issue
Block a user