mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🚨
This commit is contained in:
parent
9a1c02e7e4
commit
8c36764686
17 changed files with 37 additions and 38 deletions
|
|
@ -295,10 +295,10 @@ export const refreshFileTree = (cb?: () => void) => {
|
|||
setStorageVal(Constants.LOCAL_FILEPOSITION, window.siyuan.storage[Constants.LOCAL_FILEPOSITION]);
|
||||
fetchPost("/api/filetree/refreshFiletree", {}, () => {
|
||||
if (cb) {
|
||||
cb()
|
||||
cb();
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
let statusTimeout: number;
|
||||
export const progressStatus = (data: IWebSocketData) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue