mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 07:56:14 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
6feb2bc8ec
commit
013306f949
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue