mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 08:11:30 -05:00
Restore show/hidden functionality.
This commit is contained in:
parent
9d498dfaf9
commit
d7a568a685
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
||||||
[own id]
|
[own id]
|
||||||
(let [shape-l (focus-shape id)
|
(let [shape-l (focus-shape id)
|
||||||
shape (rum/react shape-l)]
|
shape (rum/react shape-l)]
|
||||||
(render-component own shape)))
|
(when-not (:hidden shape)
|
||||||
|
(render-component own shape))))
|
||||||
|
|
||||||
(def ^:const shape
|
(def ^:const shape
|
||||||
(mx/component
|
(mx/component
|
||||||
|
|
Loading…
Add table
Reference in a new issue