mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 17:36:11 +02:00
✨ Add naming improvement to bool content update fn
This commit is contained in:
parent
1fc0203c38
commit
09c3490cae
6 changed files with 9 additions and 12 deletions
|
@ -54,7 +54,7 @@
|
|||
(-> shape
|
||||
(merge (select-keys head bool/style-properties))
|
||||
(cts/setup-shape)
|
||||
(gsh/update-bool-selrect shapes objects))]
|
||||
(gsh/update-bool shapes objects))]
|
||||
|
||||
[shape (cph/get-position-on-parent objects (:id head))]))
|
||||
|
||||
|
@ -120,7 +120,7 @@
|
|||
(assoc :type :bool)
|
||||
(assoc :bool-type type)
|
||||
(merge head-data)
|
||||
(gsh/update-bool-selrect shapes objects))))
|
||||
(gsh/update-bool shapes objects))))
|
||||
|
||||
(defn group-to-bool
|
||||
[shape-id type]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue