bill 1 rok temu
rodzic
commit
024e935239
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/view/scene-select.vue

+ 1 - 1
src/view/scene-select.vue

@@ -99,7 +99,7 @@ const checkedTable = () => {
     clearTimeout(time);
     time = setTimeout(() => {
       loaded.value = true;
-    }, 1000);
+    }, 100);
   }
 };