mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 05:58:07 +01:00
This commit is contained in:
parent
ee1dd4e1cb
commit
9c16baee16
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