fixed sticker mode change

This commit is contained in:
Fedor Katurov 2020-01-22 12:15:40 +07:00
parent 60b8fd51a2
commit 8e0a4c6df6
3 changed files with 6 additions and 4 deletions

View file

@ -126,7 +126,7 @@ export function* loadMapFromPath() {
return;
}
yield put(editorSetEditing(mode && mode === 'edit'));
yield put(editorSetEditing(!!(mode && mode === 'edit')));
return;
}