Tldraw/packages/editor/src/lib/components
Steve Ruiz 3ceebc82f8
Faster selection / erasing (#3454)
This PR makes a small improvement to the way we measure distances.
(Often we measure distances multiple times per frame per shape on the
screen). In many cases, we compare a minimum distance. This makes those
checks faster by avoiding a square root.

### Change Type

- [x] `sdk` — Changes the tldraw SDK
- [x] `improvement` — Improving existing features

### Release Notes

- Improve performance of minimum distance checks.
2024-04-13 13:30:30 +00:00
..
default-components Faster selection / erasing (#3454) 2024-04-13 13:30:30 +00:00
ErrorBoundary.tsx tldraw zero - package shuffle (#1710) 2023-07-17 21:22:34 +00:00
GeometryDebuggingView.tsx arrows: add ability to change label placement (#2557) 2024-01-24 10:19:20 +00:00
HTMLContainer.tsx remove svg layer, html all the things, rs to tl (#1227) 2023-05-05 14:14:42 +00:00
LiveCollaborators.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
SVGContainer.tsx remove svg layer, html all the things, rs to tl (#1227) 2023-05-05 14:14:42 +00:00
Shape.tsx Perf: Incremental culled shapes calculation. (#3411) 2024-04-10 10:29:11 +00:00