mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10: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"))
|
fromPaths.push(item.getAttribute("data-path"))
|
||||||
})
|
})
|
||||||
if (newElement.classList.contains("dragover")) {
|
if (newElement.classList.contains("dragover")) {
|
||||||
await fetchPost("/api/filetree/moveDoc", {
|
await fetchPost("/api/filetree/moveDocs", {
|
||||||
fromPaths,
|
fromPaths,
|
||||||
toPath,
|
toPath,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue