Change copy as SVG menu order (#6523)

This commit is contained in:
andrés gonzález 2025-05-21 13:12:33 +02:00 committed by GitHub
parent e80ca7e332
commit a2ac2bc6c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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* {}]