From a05faf6fc1c8fc44471fe8102899be72d3940f48 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 18 Apr 2025 11:19:49 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/14634 --- app/src/layout/Wnd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/layout/Wnd.ts b/app/src/layout/Wnd.ts index 95879a254..180c737f9 100644 --- a/app/src/layout/Wnd.ts +++ b/app/src/layout/Wnd.ts @@ -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); }