mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
4837f35487
commit
63f16e6fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ export class Files extends Model {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (newElement.classList.contains("dragover")) {
|
if (newElement.classList.contains("dragover")) {
|
||||||
fetchPost("/api/filetree/moveDoc", {
|
await fetchPost("/api/filetree/moveDoc", {
|
||||||
fromNotebook: fromURL,
|
fromNotebook: fromURL,
|
||||||
toNotebook: toURL,
|
toNotebook: toURL,
|
||||||
fromPath,
|
fromPath,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue