mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 11:00:52 +08:00
This commit is contained in:
parent
4837f35487
commit
63f16e6fb0
@ -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…
Reference in New Issue
Block a user