mirror of
https://github.com/penpot/penpot.git
synced 2025-03-23 05:01:23 -05:00
🐛 Fix render wasm frames anidated content drag and drop
This commit is contained in:
parent
6573311aab
commit
0feb0b0b81
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue