0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Add button for toggle element options sidebar toolbox.

This commit is contained in:
Andrey Antukh 2016-02-18 22:42:32 +02:00
parent 0040fea032
commit 4ce19bd5f1

View file

@ -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]