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
This commit is contained in:
5
.changeset/fix-mobile-touch-scroll.md
Normal file
5
.changeset/fix-mobile-touch-scroll.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Fix mobile touch behavior where scrolling accidentally opened task modals. Cards now detect tap vs scroll gestures.
|
||||
Reference in New Issue
Block a user