This commit is contained in:
Vanessa 2023-12-12 12:09:31 +08:00
parent 20d27a93bd
commit 2b3b78485d
17 changed files with 36 additions and 25 deletions

View file

@ -5,7 +5,7 @@ import {hasClosestByClassName} from "../../protyle/util/hasClosest";
import {openMobileFileById} from "../editor";
import {openBookmarkMenu} from "../../menus/bookmark";
import {App} from "../../index";
import {checkFold} from "../../editor/util";
import {checkFold} from "../../util/noRelyPCFunction";
export class MobileBookmarks {
public element: HTMLElement;

View file

@ -5,7 +5,7 @@ import {Constants} from "../../constants";
import {getEventName} from "../../protyle/util/compatibility";
import {App} from "../../index";
import {closePanel} from "../util/closePanel";
import {checkFold} from "../../editor/util";
import {checkFold} from "../../util/noRelyPCFunction";
export class MobileOutline {
private tree: Tree;