chore(ckeditor5-footnotes): fix more errors

This commit is contained in:
Elian Doran
2025-05-04 21:06:57 +03:00
parent face58c7e2
commit c0a64d1ef0
4 changed files with 15 additions and 2 deletions

View File

@@ -10,6 +10,11 @@ import insertFootnoteIcon from '../theme/icons/insert-footnote.svg';
import { modelQueryElement, modelQueryElementsAll } from './utils.js';
export default class FootnoteUI extends Plugin {
public static get pluginName() {
return 'FootnoteUI' as const;
}
public init(): void {
const editor = this.editor;
const translate = editor.t;