mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 19:00:15 +01:00
This commit is contained in:
parent
3744873734
commit
4968f3f0f1
4 changed files with 312 additions and 300 deletions
|
|
@ -135,6 +135,10 @@ export const goBack = () => {
|
|||
document.getElementById("sidebar").style.transform === "translateX(0px)") {
|
||||
closePanel();
|
||||
return;
|
||||
} else if (window.siyuan.mobile.editor && !window.siyuan.mobile.editor.protyle.toolbar.subElement.classList.contains("fn__none")) {
|
||||
hideElements(["util"], window.siyuan.mobile.editor.protyle);
|
||||
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