mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 15:49:56 +01:00
chore(ckeditor5-footnotes): fix more errors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user