File tree Expand file tree Collapse file tree
plugins/ckeditor5-woltlab-smiley/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import {
2020} from "@ckeditor/ckeditor5-utils" ;
2121import { Marker , ViewDocumentKeyDownEvent } from "@ckeditor/ckeditor5-engine" ;
2222import MentionsView from "@ckeditor/ckeditor5-mention/src/ui/mentionsview" ;
23- import { Mention } from "@ckeditor/ckeditor5-mention" ;
2423import { MentionFeedObjectItem } from "@ckeditor/ckeditor5-mention/src/mentionconfig" ;
2524import MentionListItemView from "@ckeditor/ckeditor5-mention/src/ui/mentionlistitemview" ;
2625import 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 {
You can’t perform that action at this time.
0 commit comments