fd71bd1b5f
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 |
||
---|---|---|
.. | ||
src | ||
api-extractor.json | ||
api-report.md | ||
CHANGELOG.md | ||
editor.css | ||
LICENSE | ||
package.json | ||
README.md | ||
setupTests.js | ||
tsconfig.json |
tldraw/tldraw
Benchmark
To run the benchmarks
yarn workspace @tldraw/tldraw benchmark
Or
yarn workspace @tldraw/tldraw benchmark "file_search_string"