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

View file

@ -17,11 +17,6 @@ import {App} from "../../index";
import {refreshFileTree} from "../../dialog/processSystem";
import {setStorageVal} from "../../protyle/util/compatibility";
type filesPath = {
notebookId: string,
openPaths: string[]
}
export class MobileFiles extends Model {
public element: HTMLElement;
private actionsElement: HTMLElement;