mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 19:48:35 +02:00
🔥 fixed grid layout
This commit is contained in:
parent
25a201bc44
commit
79d0d56daf
3 changed files with 22 additions and 6 deletions
|
@ -68,7 +68,7 @@
|
|||
[:li.tooltip.tooltip-right
|
||||
{:alt "Layers"
|
||||
:class (when (contains? layout :layers) "selected")
|
||||
:on-click #(st/emit! (dw/toggle-layout-flag :layers :sitemap))}
|
||||
:on-click #(st/emit! (dw/toggle-layout-flag :layers))}
|
||||
i/layers]
|
||||
[:li.tooltip.tooltip-right
|
||||
{:alt "Libraries"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue