mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
don't update points unitil deselected
This commit is contained in:
parent
3487f0ab26
commit
9b5715623a
5 changed files with 44 additions and 15 deletions
|
@ -10993,6 +10993,10 @@ Object {
|
|||
},
|
||||
"selectedPointsIndices": null,
|
||||
"startBindingElement": "keep",
|
||||
"visiblePointIndexes": Array [
|
||||
0,
|
||||
1,
|
||||
],
|
||||
},
|
||||
"selectionElement": null,
|
||||
"shouldCacheIgnoreZoom": false,
|
||||
|
@ -11219,6 +11223,10 @@ Object {
|
|||
},
|
||||
"selectedPointsIndices": null,
|
||||
"startBindingElement": "keep",
|
||||
"visiblePointIndexes": Array [
|
||||
0,
|
||||
1,
|
||||
],
|
||||
},
|
||||
"selectionElement": null,
|
||||
"shouldCacheIgnoreZoom": false,
|
||||
|
@ -11672,6 +11680,10 @@ Object {
|
|||
},
|
||||
"selectedPointsIndices": null,
|
||||
"startBindingElement": "keep",
|
||||
"visiblePointIndexes": Array [
|
||||
0,
|
||||
1,
|
||||
],
|
||||
},
|
||||
"selectionElement": null,
|
||||
"shouldCacheIgnoreZoom": false,
|
||||
|
@ -12077,6 +12089,10 @@ Object {
|
|||
},
|
||||
"selectedPointsIndices": null,
|
||||
"startBindingElement": "keep",
|
||||
"visiblePointIndexes": Array [
|
||||
0,
|
||||
1,
|
||||
],
|
||||
},
|
||||
"selectionElement": null,
|
||||
"shouldCacheIgnoreZoom": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue