mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 07:30:24 +00: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:
commit
c303b062cb
@ -113,7 +113,8 @@
|
|||||||
|
|
||||||
objects-modified (mf/with-memo [base-objects text-modifiers modifiers]
|
objects-modified (mf/with-memo [base-objects text-modifiers modifiers]
|
||||||
(binding [cts/*wasm-sync* true]
|
(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)
|
selected-shapes (keep (d/getf objects-modified) selected)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user