Skip to content

Commit 047b331

Browse files
committed
Fix loading of a simple ckeditor
The mention plugin is required by the emoji plugin.
1 parent 6e788ba commit 047b331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ts/WoltLabSuite/Core/Component/Ckeditor/Configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class ConfigurationBuilder {
215215

216216
#setupMention(): void {
217217
if (!this.#features.mention) {
218-
this.#removePlugins.push("Mention", "WoltlabMention");
218+
this.#removePlugins.push("WoltlabMention");
219219
}
220220
}
221221

wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Configuration.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)