Clip boolean selrects

This commit is contained in:
alonso.torres 2021-09-20 11:47:02 +02:00
parent c56f024a86
commit 56e2db22eb
8 changed files with 120 additions and 91 deletions

View file

@ -27,7 +27,7 @@
bool-content
(mf/use-memo
(mf/deps childs)
(mf/deps shape childs)
(fn []
(let [childs (d/mapm #(gsh/transform-shape %2) childs)]
(->> (:shapes shape)
@ -40,6 +40,3 @@
(assoc :type :path)
(assoc :content bool-content))
:frame frame}])))