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
Reference in a new issue