Skip to content

Commit

Permalink
- fixed redo for movement
Browse files Browse the repository at this point in the history
  • Loading branch information
rrodionov91 committed Oct 16, 2024
1 parent 772f769 commit 42a7d1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class EditorHistory {

const lastCommand = this.historyStack[this.historyPointer];
lastCommand.execute(this.editor.renderersContainer);
lastCommand.executeAfterAllOperations(this.editor.renderersContainer);
this.historyPointer++;
}

Expand Down

0 comments on commit 42a7d1e

Please sign in to comment.