Improved auto/flex size assignment

This commit is contained in:
alonso.torres 2023-05-17 09:48:22 +02:00
parent 8671e9cf8a
commit 2177b7ae13
4 changed files with 86 additions and 42 deletions

View file

@ -357,8 +357,9 @@
(rx/of (dwu/start-undo-transaction undo-id)
(dc/detach-comment-thread ids)
(dch/commit-changes changes)
(ptk/data-event :layout/update all-parents)
(dwu/commit-undo-transaction undo-id))))
(dwu/commit-undo-transaction undo-id)
(ptk/data-event :layout/update all-parents))))
(defn create-and-add-shape
[type frame-x frame-y data]