Browse Source

Merge branch 'test' of https://git.yishihui.com/DeNet/de-net into test

zhangwei 3 years ago
parent
commit
39796728ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/components/give-dialog.vue

+ 1 - 1
src/view/components/give-dialog.vue

@@ -982,7 +982,7 @@ onMounted(() => {
         let escKey = 27;
         let escKey = 27;
         if (keyNum == escKey) {
         if (keyNum == escKey) {
             if (visible.value) {
             if (visible.value) {
-                close();
+                // close();
             }
             }
         }
         }
     };
     };