Christopher Chedeau 8ab176b9a5
Disable UI rendering when history is skipped (#574)
When we are scrolling, resizing, or moving elements, we already disable the history. Since those actions do not change the state of the UI, we can also avoid re-drawing it and save ~10ms per frame.

I had to change all the forceUpdate() to setState({}), otherwise it would bypass shouldComponentUpdate.
2020-01-26 19:08:46 +00:00
..
2020-01-24 20:35:51 +02:00
2020-01-26 15:19:43 +01:00
2020-01-24 21:02:55 +01:00
2020-01-24 12:04:54 +02:00
2020-01-25 09:47:02 -08:00
2020-01-26 11:46:56 +01:00
2020-01-25 19:37:58 -03:00
2020-01-24 12:04:54 +02:00
2020-01-02 11:03:48 -08:00
2020-01-24 12:04:54 +02:00
2020-01-26 11:46:56 +01:00
2020-01-20 14:59:00 -08:00
2020-01-24 20:45:52 +01:00
2020-01-24 12:04:54 +02:00
2020-01-24 21:02:55 +01:00