This commit is contained in:
parent
cddb7a7a25
commit
a2e4f504a5
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ class App {
|
|||
document.addEventListener("touchstart", handleTouchStart, false);
|
||||
document.addEventListener("touchmove", handleTouchMove, false);
|
||||
document.addEventListener("touchend", handleTouchEnd, false);
|
||||
} else {
|
||||
document.addEventListener("touchend", () => {
|
||||
window.siyuan.mobileEditor?.protyle.breadcrumb.show();
|
||||
}, false);
|
||||
}
|
||||
});
|
||||
setNoteBook();
|
||||
|
|
Loading…
Add table
Reference in a new issue