This commit is contained in:
Vanessa 2022-07-25 21:28:19 +08:00
parent c760e203ca
commit 04e347e98d

View file

@ -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) {