From 013306f94937e3713349526cc4f31204d6be69ea Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Fri, 6 Mar 2026 17:06:13 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/17148 Signed-off-by: Daniel <845765@qq.com> --- app/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/index.ts b/app/src/index.ts index c28901f47..1091a0af2 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -192,7 +192,7 @@ export class App { openFileById({app: this, id: data.data.id, action: [Constants.CB_GET_FOCUS]}); break; case "exit": - if (isBrowser()) { + if (isBrowser() && !isInMobileApp()) { window.location.href = "about:blank"; } }