Skip to content

Commit

Permalink
fix: don't open context menu on child elements (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Oct 22, 2024
1 parent 93c1b87 commit 535dcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer-vue/src/editor/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@wheel.self="panZoom.onMouseWheel"
@keydown="keyDown"
@keyup="keyUp"
@contextmenu="contextMenu.open"
@contextmenu.self="contextMenu.open"
>
<slot name="background">
<Background />
Expand Down

0 comments on commit 535dcac

Please sign in to comment.