From 8aa0cebaaf4751262564b6fa073783a4b9d6529f Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 20 Jan 2026 21:59:34 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15333 --- app/src/mobile/util/touch.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/mobile/util/touch.ts b/app/src/mobile/util/touch.ts index 9dccb966a..25655a44e 100644 --- a/app/src/mobile/util/touch.ts +++ b/app/src/mobile/util/touch.ts @@ -260,8 +260,6 @@ export const handleTouchMove = (event: TouchEvent) => { scrollElement.scrollLeft = 1; if (scrollElement.scrollLeft === 0) { noScroll = true; - } else { - scrollElement.scrollLeft = 0; } } if (!noScroll) {