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