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-11 16:11:21 -08:00
2020-01-11 19:35:06 -08:00
2020-01-11 20:15:41 -08:00
2020-01-09 02:00:59 +04:00
2020-01-02 11:03:48 -08:00
2020-01-08 13:06:36 -08:00
2020-01-09 12:34:46 +01:00
2020-01-11 20:15:41 -08:00
2020-01-03 21:38:48 -08:00