tldraw/packages
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
..
assets [feature] Add val town embed (#1777) 2023-07-31 15:44:33 +00:00
editor [fix] Replace findLast for browser compat (#1822) 2023-08-25 05:57:20 +00:00
state [improvement] More selection logic (#1806) 2023-08-13 15:55:24 +00:00
store SideEffectManager (#1785) 2023-08-02 11:05:14 +00:00
tldraw [fix] editing video shapes (#1821) 2023-08-25 05:49:06 +00:00
tlschema [fix] embeds switching / tldraw embed (#1792) 2023-08-03 14:55:46 +00:00
utils move some utils into tldraw/utils (#1750) 2023-07-19 10:50:40 +00:00
validate Add shapes to exports (#1776) 2023-07-28 16:08:59 +00:00