Browse Source

[bug] fix

wenliming 3 năm trước cách đây
mục cha
commit
738ebdef4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         if (keyNum == escKey) {
             if (visible.value) {
-                close();
+                // close();
             }
         }
     };