Vanessa 2022-07-01 22:08:00 +08:00
parent 5ecc2a862e
commit d1a2140cd9
12 changed files with 78 additions and 20 deletions

View file

@ -217,7 +217,7 @@ export class Files extends Model {
}
}
if (type === "more-file") {
initFileMenu(notebookId, pathString, target.parentElement.getAttribute("data-node-id"), target.parentElement.getAttribute("data-name")).popup({
initFileMenu(notebookId, pathString, target.parentElement).popup({
x: event.clientX,
y: event.clientY
});