mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
602ec84a57
commit
89166ca0d5
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ export class Files extends Model {
|
|||
fromPaths.push(item.getAttribute("data-path"))
|
||||
})
|
||||
if (newElement.classList.contains("dragover")) {
|
||||
await fetchPost("/api/filetree/moveDoc", {
|
||||
await fetchPost("/api/filetree/moveDocs", {
|
||||
fromPaths,
|
||||
toPath,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue