mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
:mobile: preview outline
This commit is contained in:
parent
23e6f86236
commit
9b6fe676ab
4 changed files with 12 additions and 7 deletions
|
|
@ -31,7 +31,9 @@ export const setEditMode = (protyle: IProtyle, type: TEditorMode) => {
|
|||
protyle.breadcrumb?.element.classList.remove("fn__none");
|
||||
protyle.breadcrumb.toggleExit(!protyle.block.showAll);
|
||||
}
|
||||
/// #if !MOBILE
|
||||
updateOutline(getAllModels(), protyle, true);
|
||||
/// #endif
|
||||
}
|
||||
hideElements(["gutter", "toolbar", "select", "hint", "util"], protyle);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue