🐛 Fix token unset when flex layout is applied

This commit is contained in:
Eva Marco 2025-03-12 16:34:30 +01:00 committed by Andrés Moya
parent 2fe6fb28e4
commit 21b2c0c26a
2 changed files with 5 additions and 4 deletions

View file

@ -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))