mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
route: fixed empty route cancellation
This commit is contained in:
parent
095c7cf946
commit
516bcbca05
2 changed files with 4 additions and 2 deletions
|
@ -76,6 +76,7 @@ function* stopEditingSaga() {
|
|||
}
|
||||
|
||||
yield editor.cancelEditing();
|
||||
|
||||
yield put(setMode(MODES.NONE));
|
||||
|
||||
yield put(setChanged(false));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue