Skip to content

fix: horizontal scrolling triggering swipe gestures - #1754

Merged
eleboucher merged 3 commits into
SableClient:devfrom
blueberrymuffin3:fix-scroll-gesture
Aug 13, 2026
Merged

fix: horizontal scrolling triggering swipe gestures#1754
eleboucher merged 3 commits into
SableClient:devfrom
blueberrymuffin3:fix-scroll-gesture

Conversation

@blueberrymuffin3

@blueberrymuffin3 blueberrymuffin3 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Description

When starting a gesture, check first if the user is trying to scroll something horizontally, and if so don't trigger the gesture.

Tested on firefox mobile devtools and tauri android.

Fixes #1734

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

  • Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
  • Fully AI generated (explain what all the generated code does in moderate detail).

@blueberrymuffin3
blueberrymuffin3 marked this pull request as ready for review August 13, 2026 05:01
@blueberrymuffin3 blueberrymuffin3 changed the title Fix scrolling triggering swipe gestures fix: horizontal scrolling triggering swipe gestures Aug 13, 2026
@eleboucher
eleboucher merged commit 99ef277 into SableClient:dev Aug 13, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Swiping within attachment list triggers the swipe gesture

2 participants