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;
|
||||
}
|
||||
if (newElement.classList.contains("dragover")) {
|
||||
fetchPost("/api/filetree/moveDoc", {
|
||||
await fetchPost("/api/filetree/moveDoc", {
|
||||
fromNotebook: fromURL,
|
||||
toNotebook: toURL,
|
||||
fromPath,
|
||||
|
|
Loading…
Add table
Reference in a new issue