diff --git a/app/src/mobile/util/touch.ts b/app/src/mobile/util/touch.ts index 2a19081c9..e3733e8fb 100644 --- a/app/src/mobile/util/touch.ts +++ b/app/src/mobile/util/touch.ts @@ -9,6 +9,7 @@ const forwardStack: IBackStack[] = []; let previousIsBack = false; export const handleTouchEnd = () => { + window.siyuan.mobileEditor?.protyle.breadcrumb.show(); if (!clientX || !clientY) return; if (Math.abs(xDiff) > Math.abs(yDiff) && Math.abs(xDiff) > window.innerWidth / 2) {