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
Languages
TypeScript 93.1%
SCSS 2.8%
MDX 2.3%
JavaScript 1.7%
HTML 0.1%