Text esc fixes (#925)
* fix incorrectly resetting state on esc * confirm text on esc
This commit is contained in:
src
@ -47,6 +47,7 @@ export const actionFinalize = register({
|
||||
: "selection",
|
||||
draggingElement: null,
|
||||
multiElement: null,
|
||||
editingElement: null,
|
||||
selectedElementIds: {},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user