mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
update visible point indexes when zooming
This commit is contained in:
parent
bff2f9178d
commit
189a557ed6
4 changed files with 56 additions and 11 deletions
|
@ -35,7 +35,7 @@ export const actionSelectAll = register({
|
|||
// single linear element selected
|
||||
Object.keys(selectedElementIds).length === 1 &&
|
||||
isLinearElement(elements[0])
|
||||
? new LinearElementEditor(elements[0], app.scene)
|
||||
? new LinearElementEditor(elements[0], app.scene, appState)
|
||||
: null,
|
||||
editingGroupId: null,
|
||||
selectedElementIds,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue