Skip to content

Commit

Permalink
fix: Undo stack of View #1372 #1305
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Nov 19, 2024
1 parent d713465 commit d506aaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions client/src/app/editor/editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ export class EditorComponent implements OnInit, AfterViewInit, OnDestroy {
}
this.winRef.nativeWindow.svgEditor.refreshCanvas();
this.checkSvgElementsMap(true);
this.winRef.nativeWindow.svgEditor.resetUndoStack();
}, 500);
} else if (this.cardsview) {
this.cardsview.view = view;
Expand Down
Loading

0 comments on commit d506aaa

Please sign in to comment.