- 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
6 lines
150 B
Markdown
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.
|