mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
Add button for toggle element options sidebar toolbox.
This commit is contained in:
parent
0040fea032
commit
4ce19bd5f1
@ -73,7 +73,12 @@
|
||||
{:alt "Elements (Ctrl + Shift + L)"
|
||||
:class (when (contains? flags :layers) "selected")
|
||||
:on-click (partial toggle :layers)}
|
||||
i/layers]]
|
||||
i/layers]
|
||||
[:li.tooltip.tooltip-bottom
|
||||
{:alt "Element options"
|
||||
:class (when (contains? flags :element-options) "selected")
|
||||
:on-click (partial toggle :element-options)}
|
||||
i/logo-icon]]
|
||||
[:ul.options-btn
|
||||
[:li.tooltip.tooltip-bottom {:alt "Undo (Ctrl + Z)"}
|
||||
i/undo]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user