mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 15:28:31 +02:00
🐛 Fixed some problems with booleans and paths
This commit is contained in:
parent
ff8db0cd77
commit
a189dc8243
4 changed files with 18 additions and 5 deletions
|
@ -90,7 +90,7 @@
|
|||
(mf/use-memo
|
||||
(mf/deps shape childs)
|
||||
(fn []
|
||||
(let [childs (d/mapm #(-> %2 (gsh/translate-to-frame frame) gsh/transform-shape) childs)]
|
||||
(let [childs (d/mapm #(-> %2 gsh/transform-shape (gsh/translate-to-frame frame)) childs)]
|
||||
(->> (:shapes shape)
|
||||
(map #(get childs %))
|
||||
(filter #(not (:hidden %)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue