Vanessa 2024-09-16 11:59:31 +08:00
parent 47d137c40c
commit 92ddab06ea
5 changed files with 25 additions and 15 deletions

View file

@ -21,11 +21,6 @@ import {isTouchDevice} from "../../util/functions";
import {App} from "../../index";
import {refreshFileTree} from "../../dialog/processSystem";
type filesPath = {
notebookId: string,
openPaths: string[]
}
export class Files extends Model {
public element: HTMLElement;
public parent: Tab;