tldraw/packages/editor/src
Steve Ruiz fd71bd1b5f
[fix] Replace findLast for browser compat (#1822)
Previously, we'd used `Array.findLast` in `getSelectedShapeAtPoint`.
This PR removes that newish JS call and replaces it with a `replace` and
`find` instead. Closes bug mentioned in
https://github.com/tldraw/tldraw/issues/1798.

### Change Type

- [x] `patch` — Bug fix
2023-08-25 05:57:20 +00:00
..
lib [fix] Replace findLast for browser compat (#1822) 2023-08-25 05:57:20 +00:00
index.ts history options / markId / createPage (#1796) 2023-08-05 11:21:07 +00:00
version.ts tldraw zero - package shuffle (#1710) 2023-07-17 21:22:34 +00:00