mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
🎨 触发状态异常后点击重建索引对话框关闭
This commit is contained in:
parent
3f1ec3638b
commit
5bb1f448ee
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ export const transactionError = (data: { code: number, data: string }) => {
|
||||||
});
|
});
|
||||||
btnsElement[1].addEventListener("click", () => {
|
btnsElement[1].addEventListener("click", () => {
|
||||||
fetchPost("/api/filetree/refreshFiletree", {});
|
fetchPost("/api/filetree/refreshFiletree", {});
|
||||||
|
dialog.destroy();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue