Text esc fixes (#925)

* 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View file

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