tldraw/packages/editor/src/lib
David Sheldrick 1b8c15316a
Fix line wobble (#1915)
Closes #1911 

### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

1. Add a step-by-step description of how to test your PR here.
2.

- [ ] Unit Tests
- [ ] End to end tests

### Release Notes

- Fixes an issue where lines would wobble as you dragged the handles
around
2023-09-18 16:17:49 +00:00
..
components Fix line wobble (#1915) 2023-09-18 16:17:49 +00:00
config Migrate snapshot (#1843) 2023-09-08 17:04:53 +00:00
editor Fix arrow handle snapping, snapping to text labels, selection of text labels (#1910) 2023-09-18 14:59:27 +00:00
hooks [fix] right click (#1891) 2023-09-18 15:00:38 +00:00
primitives Fix arrow handle snapping, snapping to text labels, selection of text labels (#1910) 2023-09-18 14:59:27 +00:00
test Remove helpers / extraneous API methods. (#1745) 2023-07-18 21:50:23 +00:00
utils Rename shapes apis (#1787) 2023-08-02 18:12:25 +00:00
constants.ts ShapeUtil.getGeometry, selection rewrite (#1751) 2023-07-25 16:10:15 +00:00
TldrawEditor.tsx [fix] iframe losing focus on pointer down (#1848) 2023-09-09 09:41:06 +00:00