Skip to content

Commit

Permalink
🎨 #12692
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 13, 2024
1 parent eacec22 commit 2b580d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/layout/dock/Files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ export class Files extends Model {
liElement.nextElementSibling.remove();
}
});
window.siyuan.storage[Constants.LOCAL_FILESPATHS] = [];
setStorageVal(Constants.LOCAL_FILESPATHS, []);
});
this.actionsElement.addEventListener("click", (event: MouseEvent & { target: HTMLElement }) => {
let target = event.target as HTMLElement;
Expand Down

0 comments on commit 2b580d8

Please sign in to comment.