0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 11:38:24 -05:00

Merge pull request #5645 from penpot/superalex-drag-and-drop-nested-frames

🐛 Fix render wasm frames anidated content drag and drop
This commit is contained in:
Belén Albeza 2025-01-23 11:04:08 +01:00 committed by GitHub
commit c303b062cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,8 @@
objects-modified (mf/with-memo [base-objects text-modifiers modifiers]
(binding [cts/*wasm-sync* true]
(apply-modifiers-to-selected selected base-objects text-modifiers modifiers)))
(-> (into selected (keys modifiers))
(apply-modifiers-to-selected base-objects text-modifiers modifiers))))
selected-shapes (keep (d/getf objects-modified) selected)