mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
added changeMode on stopEditing
This commit is contained in:
parent
5c892c7961
commit
9e53969d53
3 changed files with 7 additions and 4 deletions
|
@ -209,6 +209,7 @@ export class Editor {
|
|||
const { path } = getUrlData();
|
||||
pushPath(`/${path}`);
|
||||
|
||||
this.changeMode(MODES.NONE);
|
||||
this.poly.poly.disableEdit();
|
||||
this.stickers.stopEditing();
|
||||
this.setEditing(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue