mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 02:04:20 +01:00
This commit is contained in:
parent
f9ead1db1e
commit
7e8c1b39d7
6 changed files with 6 additions and 6 deletions
|
|
@ -59,7 +59,7 @@ export const deleteFiles = (liElements: Element[]) => {
|
|||
return;
|
||||
}
|
||||
confirmDialog(window.siyuan.languages.deleteOpConfirm,
|
||||
window.siyuan.languages.confirmRemoveAll, () => {
|
||||
window.siyuan.languages.confirmRemoveAll.replace("${count}", paths.length), () => {
|
||||
fetchPost("/api/filetree/removeDocs", {
|
||||
paths
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue