Browse Source

:bug: fix https://github.com/siyuan-note/siyuan/issues/5513

Vanessa 3 years ago
parent
commit
04e347e98d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/src/mobile/util/touch.ts

+ 1 - 0
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) {