mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
🐛 Fix display of library view
This commit is contained in:
parent
e032736c27
commit
58a6f437c4
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@
|
|||
(when (and (not selected?) (:menu-open @local))
|
||||
(swap! local assoc :menu-open false)))
|
||||
|
||||
[:li.grid-item.project-th
|
||||
[:li.grid-item.project-th {:class (dom/classnames :library library-view?)}
|
||||
[:button
|
||||
{:tab-index "0"
|
||||
:class (dom/classnames :selected selected?
|
||||
|
|
Loading…
Add table
Reference in a new issue