Add naming improvement to bool content update fn

This commit is contained in:
Andrey Antukh 2025-03-31 15:19:47 +02:00
parent 1fc0203c38
commit 09c3490cae
6 changed files with 9 additions and 12 deletions

View file

@ -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]