diff --git a/apps/image-editor/src/js/invoker.js b/apps/image-editor/src/js/invoker.js index 682b1266d..1edb5b825 100644 --- a/apps/image-editor/src/js/invoker.js +++ b/apps/image-editor/src/js/invoker.js @@ -211,10 +211,8 @@ class Invoker { command = null; } if (command) { - if (this.isEmptyRedoStack()) { - this._fireRedoStackChanged(); - } promise = this._invokeExecution(command, true); + this._fireRedoStackChanged(); } else { message = rejectMessages.redo; if (this._isLocked) {