mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 05:57:14 +02:00
🎉 Add move icon
This commit is contained in:
parent
3a8a212432
commit
c7e33929db
2 changed files with 21 additions and 7 deletions
|
@ -55,6 +55,11 @@
|
|||
[:aside.left-toolbar
|
||||
[:div.left-toolbar-inside
|
||||
[:ul.left-toolbar-options
|
||||
[:li.tooltip.tooltip-right
|
||||
{:alt (t locale "workspace.toolbar.move")
|
||||
:class (when (nil? selected-drawtool) "selected")
|
||||
:on-click #(st/emit! :interrupt)}
|
||||
i/pointer-inner]
|
||||
[:li.tooltip.tooltip-right
|
||||
{:alt (t locale "workspace.toolbar.frame")
|
||||
:class (when (= selected-drawtool :frame) "selected")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue