mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 23:56:12 +02:00
✨ Change copy as SVG menu order (#6523)
This commit is contained in:
parent
e80ca7e332
commit
a2ac2bc6c6
1 changed files with 2 additions and 2 deletions
|
@ -204,12 +204,12 @@
|
|||
|
||||
[:> menu-entry* {:title (tr "workspace.shape.menu.copy-paste-as")
|
||||
:on-pointer-enter (when (cf/check-browser? :chrome) handle-hover-copy-paste)}
|
||||
[:> menu-entry* {:title (tr "workspace.shape.menu.copy-svg")
|
||||
:on-click handle-copy-svg}]
|
||||
[:> menu-entry* {:title (tr "workspace.shape.menu.copy-css")
|
||||
:on-click handle-copy-css}]
|
||||
[:> menu-entry* {:title (tr "workspace.shape.menu.copy-css-nested")
|
||||
:on-click handle-copy-css-nested}]
|
||||
[:> menu-entry* {:title (tr "workspace.shape.menu.copy-svg")
|
||||
:on-click handle-copy-svg}]
|
||||
|
||||
[:> menu-separator* {}]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue