mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
eacec227a4
commit
2b580d8b1d
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue