Skip to content

Commit aa817e2

Browse files
committed
quick search among fileslisted
1 parent 8a73ab2 commit aa817e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/listfiles.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ type DriveItem = {
3636
file_system: string,
3737
}
3838
export function listfilteredlist(sq:string){
39-
setautocompletepath();
39+
let tryele = document.getElementById("listoffiles");
40+
tryele?.replaceChildren();
4041
console.log("settingpath");
42+
// globals.fileList.replaceChildren()
4143

4244

4345
globalThis.lastimefilesloaded=globalThis.latestimefilesloaded;

0 commit comments

Comments
 (0)