mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 03:28:07 +01:00
This commit is contained in:
parent
a7e232b4c8
commit
4ee2fa6c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export const deleteFiles = (liElements: Element[]) => {
|
||||||
}
|
}
|
||||||
confirmDialog(window.siyuan.languages.deleteOpConfirm,
|
confirmDialog(window.siyuan.languages.deleteOpConfirm,
|
||||||
window.siyuan.languages.confirmRemoveAll, () => {
|
window.siyuan.languages.confirmRemoveAll, () => {
|
||||||
fetchPost("/api/notebook/removeDocs", {
|
fetchPost("/api/filetree/removeDocs", {
|
||||||
paths
|
paths
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue