mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 14:51:41 +02:00
🐛 Fix token unset when flex layout is applied
This commit is contained in:
parent
2fe6fb28e4
commit
21b2c0c26a
2 changed files with 5 additions and 4 deletions
|
@ -150,7 +150,7 @@
|
|||
changes (-> (pcb/empty-changes it page-id)
|
||||
(pcb/with-objects objects))
|
||||
|
||||
changes (cfsh/prepare-move-shapes-into-frame changes frame-id shapes objects)]
|
||||
changes (cfsh/prepare-move-shapes-into-frame changes frame-id shapes objects true)]
|
||||
|
||||
(if (some? changes)
|
||||
(rx/of (dch/commit-changes changes))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue