fix: stale appState.pendingImageElement (#5322)

* fix: stale `appState.pendingImageElement`

* unrelated fix for devTools race conditions

* snap fix
This commit is contained in:
David Luzar
2022-06-19 14:13:43 +02:00
committed by GitHub
parent fd48c2cf79
commit 4712393b62
9 changed files with 107 additions and 103 deletions

View File

@ -53,7 +53,7 @@ Object {
},
"penDetected": false,
"penMode": false,
"pendingImageElement": null,
"pendingImageElementId": null,
"previousSelectedElementIds": Object {},
"resizingElement": null,
"scrollX": 0,