From 04e347e98daaf9e8f505fffd91df6ea2897d7af4 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 25 Jul 2022 21:28:19 +0800 Subject: [PATCH] :bug: fix https://github.com/siyuan-note/siyuan/issues/5513 --- app/src/mobile/util/touch.ts | 1 + 1 file changed, 1 insertion(+) 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) {