refactor: rename elementType to activeTool and make it an object (#4968)

* refactor: rename elementType to activeTool

* update docs

* fix snap

* update activeToll to be an object and review fixes

* fix tests

* fix
This commit is contained in:
Aakansha Doshi
2022-03-25 20:46:01 +05:30
committed by GitHub
parent 2209e2c1e8
commit 127af9db23
25 changed files with 364 additions and 207 deletions

View File

@ -2,6 +2,9 @@
exports[`exportToSvg with default arguments 1`] = `
Object {
"activeTool": Object {
"type": "selection",
},
"collaborators": Map {},
"currentChartType": "bar",
"currentItemBackgroundColor": "transparent",
@ -24,7 +27,6 @@ Object {
"editingGroupId": null,
"editingLinearElement": null,
"elementLocked": false,
"elementType": "selection",
"errorMessage": null,
"exportBackground": true,
"exportEmbedScene": false,