mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
Fix default value for collapsed attribute.
This commit is contained in:
parent
0bd8847f56
commit
f26e1eb70f
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@
|
|||
toggle-blocking #(toggle-blocking item %)]
|
||||
(letfn [(toggle-collapse [event]
|
||||
(dom/stop-propagation event)
|
||||
(if (:collapsed item)
|
||||
(if (:collapsed item true)
|
||||
(st/emit! (uds/uncollapse-shape id))
|
||||
(st/emit! (uds/collapse-shape id))))
|
||||
(toggle-locking [event]
|
||||
|
|
Loading…
Add table
Reference in a new issue