mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
This commit is contained in:
parent
180c04a685
commit
59aae7c87b
2 changed files with 7 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ export const setEditMode = (protyle: IProtyle, type: TEditorMode) => {
|
|||
|
||||
protyle.preview.element.classList.add("fn__none");
|
||||
protyle.contentElement.classList.remove("fn__none");
|
||||
protyle.scroll?.element.classList.remove("fn__none");
|
||||
if (protyle.options.render.scroll) {
|
||||
protyle.scroll?.element.classList.remove("fn__none");
|
||||
}
|
||||
protyle.breadcrumb.element.classList.remove("fn__none");
|
||||
protyle.breadcrumb.element.nextElementSibling.classList.remove("fn__flex-1");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue