v5.2.3
pathwaycom/llm-appv5.2.3Jul 6, 2026by huppy-bot[bot]
AI Summary
This release addresses a specific interaction bug in the drawing tool where double-clicking on arrow endpoints would interfere with subsequent drag operations.
Key Highlights
- Fixed double-click toggle behavior on arrow endpoints
- Resolved timing issue where toggles fired before a drag could be initiated
- Improved stability of endpoint interactions in the drawing canvas
Full Release Notes
Generated from commits between `v5.2.2` and `HEAD` ## Bug Fixes ### fix(arrows): defer handle double click toggle ([#9499](https://github.com/tldraw/tldraw/issues/9499)) - Fix arrow endpoint double-click toggles firing before a second click can become a drag.