Files
flipper/src
John Knox 6bdaa6aff1 Keep autoscrolling even when a table is cleared
Summary:
The logs plugin had an inconsistency where you'd be tailing the logs, and then hit "Clear Logs", which would empty the screen, but as the page fills up again, it would stay in the current position and not scroll with the new ones coming in.

This makes it consistent by making the behaviour:
```
If not props.stickyBottom
    never autoscroll, e.g. for static tables of data
else
    if scrolled to the bottom
        autoscroll
    if all the rows fit into the screen at once
        autoscroll
```

Reviewed By: passy

Differential Revision: D15856813

fbshipit-source-id: 1357b0e39b576dbe69d260545b21fdab808d2bd2
2019-06-18 09:34:16 -07:00
..
2019-06-18 03:14:14 -07:00
2019-06-18 03:14:14 -07:00
2019-05-17 06:45:05 -07:00
2019-06-18 03:14:14 -07:00
2019-06-17 06:18:45 -07:00
2019-06-18 03:14:14 -07:00
2019-05-30 08:24:17 -07:00
2019-05-07 08:30:49 -07:00
2019-06-10 10:36:25 -07:00
2019-03-15 05:13:30 -07:00
2019-06-03 07:07:23 -07:00
2019-03-22 06:52:05 -07:00