mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed sticker mode change
This commit is contained in:
parent
60b8fd51a2
commit
8e0a4c6df6
3 changed files with 6 additions and 4 deletions
|
@ -126,7 +126,7 @@ export function* loadMapFromPath() {
|
|||
return;
|
||||
}
|
||||
|
||||
yield put(editorSetEditing(mode && mode === 'edit'));
|
||||
yield put(editorSetEditing(!!(mode && mode === 'edit')));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue