Explorar el Código

fix:右键编辑隐藏问题

ananzhusen hace 1 año
padre
commit
2f0bfa97b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/components/Graphics.vue

+ 1 - 1
src/views/components/Graphics.vue

@@ -1239,7 +1239,7 @@ const onMenu = async (val: string) => {
           },
         });
       }
-
+      hideContextmenu();
       break;
     case 'del':
       delDialog.show = true;