Text esc fixes ()

* fix incorrectly resetting state on esc

* confirm text on esc
This commit is contained in:
David Luzar
2020-03-12 18:04:56 +01:00
committed by GitHub
parent 3a5ca27600
commit f0e6f4dbb8
2 changed files with 2 additions and 7 deletions

@ -47,6 +47,7 @@ export const actionFinalize = register({
: "selection",
draggingElement: null,
multiElement: null,
editingElement: null,
selectedElementIds: {},
},
};