mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 03:10:16 +01:00
⚡
This commit is contained in:
parent
20d27a93bd
commit
2b3b78485d
17 changed files with 36 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import {
|
|||
renderPreview,
|
||||
} from "../../search/assets";
|
||||
import {addClearButton} from "../../util/addClearButton";
|
||||
import {checkFold} from "../../editor/util";
|
||||
import {checkFold} from "../../util/noRelyPCFunction";
|
||||
|
||||
const replace = (element: Element, config: ISearchOption, isAll: boolean) => {
|
||||
if (config.method === 1 || config.method === 2) {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import {syncGuide} from "../../sync/syncGuide";
|
|||
import {Inbox} from "../../layout/dock/Inbox";
|
||||
import {App} from "../../index";
|
||||
import {setTitle} from "../../dialog/processSystem";
|
||||
import {checkFold} from "../../editor/util";
|
||||
import {checkFold} from "../../util/noRelyPCFunction";
|
||||
|
||||
export const initFramework = (app: App, isStart: boolean) => {
|
||||
setInlineStyle();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue