Vanessa 2025-02-09 20:53:51 +08:00
parent fac82ad618
commit e01b7256b5

View File

@ -772,7 +772,8 @@ export class Files extends Model {
if (!liElement) {
const dirname = pathPosix().dirname(currentPath);
if (dirname === "/") {
currentPath = dirname;
this.getLeaf(treeElement.firstElementChild, notebookId, true);
break;
} else {
currentPath = dirname + ".sy";
}