@@ -138,6 +138,13 @@ export default class Undo extends Plugin {
/**
* @inheritDoc
*/
+ static get pluginName() {
+ return 'undo/undo';
+ }
+
+ /**
+ * @inheritDoc
+ */
init() {
const editor = this.editor;
const t = editor.t;