enhance(scroll):尝试调整和修复滚动。

This commit is contained in:
徐涛
2023-03-08 17:32:30 +08:00
parent cd077b5d29
commit 89f4917bdf
3 changed files with 19 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ export const useFileListStore = createStoreHook<FileListState & FileListActions>
(item, index) => mergeLeft({ sort: index * 10, path: convertFileSrc(item.path) }, item),
files
);
df.actives = [];
});
},
updateActiveFiles(filenames) {