v5.1.1
AzeemIdrisi/PhoneSploit-Prov5.1.1Jun 12, 2026by huppy-bot[bot]
AI Summary
Fixes a bug in the editor where touch interactions were forgotten when entering pen mode.
Key Highlights
- Fixes touch handling when entering pen mode while a finger is on the screen
- Ensures line starts correctly from the pen's first touch point
New Features
- Correction of previous touch interaction logic in pen mode
Full Release Notes
Generated from commits between `v5.1.0` and `HEAD` ## Bug Fixes ### fix(editor): forgets previous touch interactions when entering pen mode ([#9162](https://github.com/tldraw/tldraw/issues/9162)) - Fixed a bug when user enter pen mode while a finger/hand is on the touch screen device. We cancel previous touches and the line starts where the pen first touched the screen.