mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
done clear routing on editing cancellation
This commit is contained in:
parent
6126951d34
commit
6f635c9840
2 changed files with 2 additions and 1 deletions
|
@ -294,6 +294,7 @@ export class Editor {
|
|||
stopEditing = () => {
|
||||
this.poly.poly.editor.disable();
|
||||
this.stickers.stopEditing();
|
||||
this.router.clearAll();
|
||||
};
|
||||
|
||||
cancelEditing = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue