mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
add rename icon
This commit is contained in:
parent
4bbd8f809c
commit
fed7d913c5
2 changed files with 8 additions and 2 deletions
|
@ -271,10 +271,13 @@
|
|||
(if editable?
|
||||
[:div.multiselect-nav
|
||||
[:span.move-item.tooltip.tooltip-top
|
||||
{:on-click on-toggle-move}
|
||||
{:alt "Move items" :on-click on-toggle-move}
|
||||
(when (:show-move-tooltip @local)
|
||||
(grid-options-move id))
|
||||
i/organize]
|
||||
[:span.move-item.tooltip.tooltip-top
|
||||
{:alt "Rename"}
|
||||
i/pencil]
|
||||
[:span.delete.tooltip.tooltip-top
|
||||
{:alt "Delete"
|
||||
:on-click on-delete}
|
||||
|
|
|
@ -272,10 +272,13 @@
|
|||
(if editable?
|
||||
[:div.multiselect-nav
|
||||
[:span.move-item.tooltip.tooltip-top
|
||||
{:on-click on-toggle-move}
|
||||
{:alt "Move items":on-click on-toggle-move}
|
||||
(when (:show-move-tooltip @local)
|
||||
(grid-options-move id))
|
||||
i/organize]
|
||||
[:span.move-item.tooltip.tooltip-top
|
||||
{:alt "Rename"}
|
||||
i/pencil]
|
||||
[:span.delete.tooltip.tooltip-top
|
||||
{:alt "Delete"
|
||||
:on-click on-delete}
|
||||
|
|
Loading…
Add table
Reference in a new issue