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

View file

@ -182,7 +182,7 @@ export class MobileFiles 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,
y
});