mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 13:28:48 +01:00
This commit is contained in:
parent
a1e389df19
commit
ee48fec10e
1 changed files with 4 additions and 0 deletions
|
|
@ -139,6 +139,10 @@ export const goBack = () => {
|
|||
hideElements(["util"], window.siyuan.mobile.editor.protyle);
|
||||
closePanel();
|
||||
return;
|
||||
} else if (window.siyuan.dialogs.length !== 0) {
|
||||
hideElements(["dialog"]);
|
||||
closePanel();
|
||||
return;
|
||||
}
|
||||
if (window.JSAndroid && window.siyuan.backStack.length < 1) {
|
||||
if (document.querySelector('#message [data-id="exitTip"]')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue