mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
✨ Improve workspace sidebar show/hide (II)
This commit is contained in:
parent
d9c1454893
commit
ff2c437531
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
[:li.tooltip.tooltip-right
|
[:li.tooltip.tooltip-right
|
||||||
{:alt "Layers"
|
{:alt "Layers"
|
||||||
:class (when (contains? layout :layers) "selected")
|
:class (when (contains? layout :layers) "selected")
|
||||||
:on-click #(st/emit! (dw/toggle-layout-flag :layers))}
|
:on-click #(st/emit! (dw/toggle-layout-flag :sitemap :layers))}
|
||||||
i/layers]
|
i/layers]
|
||||||
[:li.tooltip.tooltip-right
|
[:li.tooltip.tooltip-right
|
||||||
{:alt (t locale "workspace.toolbar.libraries")
|
{:alt (t locale "workspace.toolbar.libraries")
|
||||||
|
|
Loading…
Reference in a new issue