mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user