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:
parent
44102050ee
commit
57a569a07a
1 changed files with 8 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue