Christopher Chedeau 3db7d69849
Debounce localstorage save (#328)
I profiled dragging and it looks like it takes ~3ms to save to localStorage a smallish scene and we're doing it twice per mousemove. Let's debounce so we don't pay that cost on every mouse move.

Stole the implementation from #220 which got reverted.
2020-01-11 20:15:41 -08:00
2020-01-05 09:58:47 -08:00
2020-01-11 20:15:41 -08:00
2020-01-05 13:09:29 -08:00
2020-01-09 12:34:46 +01:00
2020-01-02 11:03:48 -08:00
Description
No description provided
Readme 44 MiB
Languages
TypeScript 89.6%
SCSS 4.2%
MDX 3.5%
JavaScript 2.4%
HTML 0.2%