0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-18 21:06:11 -05:00

🐛 Fix alignment on justify content space between

This commit is contained in:
Eva 2023-01-12 14:30:13 +01:00 committed by Alonso Torres
parent 44102050ee
commit 57a569a07a

View file

@ -476,9 +476,14 @@
component-id component-id
position position
page page
libraries)] libraries)
(rx/of (dch/commit-changes changes) undo-id (js/Symbol)]
(dws/select-shapes (d/ordered-set (:id new-shape)))))))) (rx/of (dwu/start-undo-transaction undo-id)
(dch/commit-changes changes)
(ptk/data-event :layout/update [(:id new-shape)])
(dws/select-shapes (d/ordered-set (:id new-shape)))
(dwu/commit-undo-transaction undo-id))))))
(defn detach-component (defn detach-component
"Remove all references to components in the shape with the given id, "Remove all references to components in the shape with the given id,