mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 20:26:10 +02:00
🐛 Fix issue with typographies panel cannot be collapsed
This commit is contained in:
parent
fee99a081b
commit
33a2f8d788
2 changed files with 2 additions and 1 deletions
|
@ -491,7 +491,7 @@
|
|||
|
||||
[:div.asset-group
|
||||
[:div.group-title {:class (when (not open?) "closed")}
|
||||
[:span {:on-click (st/emitf (dwl/set-assets-box-open file-id :typography (not open?)))}
|
||||
[:span {:on-click (st/emitf (dwl/set-assets-box-open file-id :typographies (not open?)))}
|
||||
i/arrow-slide (t locale "workspace.assets.typography")]
|
||||
[:span.num-assets (str "\u00A0(") (count typographies) ")"] ;; Unicode 00A0 is non-breaking space
|
||||
(when local?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue