mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
🎨 remove close btn https://github.com/siyuan-note/siyuan/issues/5290
This commit is contained in:
parent
743b559351
commit
cb44439d66
4 changed files with 4 additions and 9 deletions
|
|
@ -139,7 +139,6 @@ export const transactionError = (data: { code: number, data: string }) => {
|
|||
});
|
||||
});
|
||||
btnsElement[1].addEventListener("click", () => {
|
||||
dialog.destroy();
|
||||
fetchPost("/api/filetree/refreshFiletree", {});
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue