mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 04:58:20 +02:00
✨ Improved auto/flex size assignment
This commit is contained in:
parent
8671e9cf8a
commit
2177b7ae13
4 changed files with 86 additions and 42 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue