Files
fusion/.changeset/fix-mobile-touch-scroll.md
gsxdsm fba739e21f fix(KB-167): prevent task modal from opening on mobile scroll
- Implement touch gesture detection to distinguish tap from scroll gestures
- Add CSS touch-action property for proper mobile scroll handling
- Add comprehensive tests for touch gesture behavior in TaskCard
- Include changeset for patch release
2026-03-30 11:42:56 -07:00

150 B

@dustinbyrne/kb
@dustinbyrne/kb
patch

Fix mobile touch behavior where scrolling accidentally opened task modals. Cards now detect tap vs scroll gestures.