mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 16:41:39 +02:00
✨ Clip boolean selrects
This commit is contained in:
parent
c56f024a86
commit
56e2db22eb
8 changed files with 120 additions and 91 deletions
|
@ -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}])))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue