Browse Source

fix: 文件夹防抖 0

jinx 5 months ago
parent
commit
4c211bf968

+ 2 - 1
packages/qjkankan-editor/src/components/materialListInMaterialSelector.vue

@@ -699,7 +699,8 @@ export default {
         }
         this.requestMoreData();
       },
-      500,
+      // 500,
+      0,
       false
     ),
     onFileInputChange(e) {