diff --git a/src/undoediting.js b/src/undoediting.js index 3036db6..fa6e723 100644 --- a/src/undoediting.js +++ b/src/undoediting.js @@ -19,6 +19,13 @@ import RedoCommand from './redocommand'; * @extends module:core/plugin~Plugin */ export default class UndoEditing extends Plugin { + /** + * @inheritDoc + */ + static get pluginName() { + return 'UndoEditing'; + } + /** * @inheritDoc */