浏览代码

fix: 文件夹防抖 0

jinx 5 月之前
父节点
当前提交
4c211bf968
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/qjkankan-editor/src/components/materialListInMaterialSelector.vue

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

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