mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 06:18:49 +01:00
This commit is contained in:
parent
4914899cad
commit
a05faf6fc1
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ export class Wnd {
|
|||
resize,
|
||||
});
|
||||
}
|
||||
if (window.siyuan.editorIsFullscreen) {
|
||||
if (window.siyuan.editorIsFullscreen && !currentTab.model.editor.protyle.element.className.includes("fullscreen")) {
|
||||
fullscreen(currentTab.model.editor.protyle.element);
|
||||
setPadding(currentTab.model.editor.protyle);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue