v5.2.3

xnx3/translatev5.2.3Jul 6, 2026by huppy-bot[bot]

AI Summary

Addresses a UX issue in arrow interactions where double-clicking endpoints fires toggle events before a drag operation can be initiated.

Key Highlights

  • Fixed arrow endpoint double-click toggle behavior
  • Prevented premature toggle events during drag attempts
  • Improved arrow handle interaction logic

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.