done clear routing on editing cancellation

This commit is contained in:
muerwre 2019-02-07 11:54:08 +07:00
parent 6126951d34
commit 6f635c9840
2 changed files with 2 additions and 1 deletions

View file

@ -294,6 +294,7 @@ export class Editor {
stopEditing = () => {
this.poly.poly.editor.disable();
this.stickers.stopEditing();
this.router.clearAll();
};
cancelEditing = () => {