9b2b1411aa
After the dialog is closed the `body` still has `pointer-events: none` applied to it. Looks like a radix issue in an older version: https://github.com/radix-ui/primitives/issues/1241 To test this in our private repo you also need to run `yarn dedupe` to make this work. Otherwise some old dependencies are kept and make this not work. Fixes https://github.com/tldraw/tldraw/issues/2085 ### 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 geo shape, right click it, Edit link, add a link or cancel the dialog. 2. You should be able to deselect the shape after the dialog is closed. ### Release Notes - Fixes an issue with using the Edit link dialog. |
||
---|---|---|
.. | ||
assets | ||
editor | ||
state | ||
store | ||
tldraw | ||
tlschema | ||
utils | ||
validate |