We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a73ab2 commit aa817e2Copy full SHA for aa817e2
src/listfiles.ts
@@ -36,8 +36,10 @@ type DriveItem = {
36
file_system: string,
37
}
38
export function listfilteredlist(sq:string){
39
- setautocompletepath();
+ let tryele = document.getElementById("listoffiles");
40
+ tryele?.replaceChildren();
41
console.log("settingpath");
42
+ // globals.fileList.replaceChildren()
43
44
45
globalThis.lastimefilesloaded=globalThis.latestimefilesloaded;
0 commit comments