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