This commit is contained in:
Vanessa 2022-07-31 21:54:48 +08:00
parent cddb7a7a25
commit a2e4f504a5

View file

@ -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();