Update state.ts

This commit is contained in:
Steve Ruiz 2021-07-02 08:52:42 +01:00
parent 39b943248f
commit 7247b864db

View file

@ -910,6 +910,11 @@ const state = createState({
{
get: 'newText',
do: 'createShape',
},
{
get: 'firstSelectedShape',
if: 'canEditSelectedShape',
do: 'setEditingId',
to: 'editingShape',
},
],