mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-04 11:34:44 +01:00
feat: cache most of element selection (#6747)
This commit is contained in:
@@ -90,6 +90,7 @@ const populateElements = (
|
||||
{ ...h.state, ...appState, selectedElementIds },
|
||||
h.elements,
|
||||
h.state,
|
||||
null,
|
||||
),
|
||||
...appState,
|
||||
selectedElementIds,
|
||||
|
||||
Reference in New Issue
Block a user