mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56: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
|
@ -3,7 +3,6 @@
|
|||
## BUGS
|
||||
|
||||
todo fix arrows (can't reproduce now :-( )
|
||||
todo clear routing on editing cancellation
|
||||
todo cancelling editing someone's else map return back to it's original address /razminochnyj/
|
||||
todo selecting logo on crop
|
||||
todo delete sticker icon
|
||||
|
@ -37,6 +36,7 @@
|
|||
|
||||
## DONE
|
||||
|
||||
done clear routing on editing cancellation
|
||||
done riding speed slider
|
||||
done dont close map list on click
|
||||
done fix loaded stickers has wrong text placement for right-sided captions
|
||||
|
|
|
@ -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