mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
🐛 Fix viewport context-menu (right-click).
This commit is contained in:
parent
4da4bdd577
commit
cd2302c8d5
1 changed files with 5 additions and 3 deletions
|
@ -101,9 +101,11 @@
|
|||
|
||||
(mf/defc viewport-context-menu
|
||||
[{:keys [mdata] :as props}]
|
||||
[:*
|
||||
[:li i/copy [:span "paste (TODO)"]]
|
||||
[:li i/copy [:span "copy as svg (TODO)"]]])
|
||||
(let [do-paste #(st/emit! dw/paste)]
|
||||
[:*
|
||||
[:& menu-entry {:title "Paste"
|
||||
:shortcut "Ctrl + v"
|
||||
:on-click do-paste}]]))
|
||||
|
||||
(mf/defc context-menu
|
||||
[props]
|
||||
|
|
Loading…
Add table
Reference in a new issue