mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 19:59:08 +08:00
This commit is contained in:
parent
4914899cad
commit
a05faf6fc1
@ -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…
Reference in New Issue
Block a user