mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 16:06:13 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
7831dccd7e
15 changed files with 202 additions and 158 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