Files
fusion/.changeset/fix-mobile-touch-scroll.md
gsxdsm 75821418ee 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

6 lines
150 B
Markdown

---
"@dustinbyrne/kb": patch
---
Fix mobile touch behavior where scrolling accidentally opened task modals. Cards now detect tap vs scroll gestures.