Skip to content

Commit fc88abb

Browse files
committed
Remove requirement for Mention
1 parent 29e4f0b commit fc88abb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/ckeditor5-woltlab-smiley/src/woltlabsmileyui.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020
} from "@ckeditor/ckeditor5-utils";
2121
import { Marker, ViewDocumentKeyDownEvent } from "@ckeditor/ckeditor5-engine";
2222
import MentionsView from "@ckeditor/ckeditor5-mention/src/ui/mentionsview";
23-
import { Mention } from "@ckeditor/ckeditor5-mention";
2423
import { MentionFeedObjectItem } from "@ckeditor/ckeditor5-mention/src/mentionconfig";
2524
import MentionListItemView from "@ckeditor/ckeditor5-mention/src/ui/mentionlistitemview";
2625
import DomWrapperView from "@ckeditor/ckeditor5-mention/src/ui/domwrapperview";
@@ -64,7 +63,7 @@ export class WoltlabSmileyUi extends Plugin {
6463
* @inheritDoc
6564
*/
6665
public static get requires() {
67-
return [ContextualBalloon, Mention] as const;
66+
return [ContextualBalloon] as const;
6867
}
6968

7069
get #isUIVisible(): boolean {

0 commit comments

Comments
 (0)