diff --git a/navigator/src/components/ContextMenu.vue b/navigator/src/components/ContextMenu.vue index 29fb212..83794b9 100644 --- a/navigator/src/components/ContextMenu.vue +++ b/navigator/src/components/ContextMenu.vue @@ -28,6 +28,7 @@ If not, see . v-if="show" class="fixed inset-0 bg-transparent" @click="$emit('hide')" + @contextmenu.prevent="$emit('hide')" >
@@ -54,51 +55,152 @@ If not, see .
- - -
-
- + -
-
-
-
- -
+ + + + +
+ + +
+
@@ -106,14 +208,30 @@ If not, see .