:mobile: preview outline

This commit is contained in:
Vanessa 2023-06-18 21:18:14 +08:00
parent 23e6f86236
commit 9b6fe676ab
4 changed files with 12 additions and 7 deletions

View file

@ -4,7 +4,7 @@ import {Tree} from "../../util/Tree";
import {getDockByType, setPanelFocus} from "../util";
import {fetchPost} from "../../util/fetch";
import {getAllModels} from "../getAll";
import {hasClosestBlock, hasClosestByClassName} from "../../protyle/util/hasClosest";
import {hasClosestBlock, hasClosestByClassName, hasTopClosestByClassName} from "../../protyle/util/hasClosest";
import {updateHotkeyTip} from "../../protyle/util/compatibility";
import {openFileById} from "../../editor/util";
import {Constants} from "../../constants";