Files
ThreadNet-Web/src
David Baker 6aa96ef82f Fix bug where rooms would not appear when filtering
We need to reset the scroll offset otherwise the component may be
scrolled past the only content it has (Chrome just corrected the
scroll offset but Firefox scrolled it anyway).

NB. Introducing the new deriveStateFromProps method seems to
means that react no longer calls componentWillMount so I've
had to change it to componentDidMount (which it should have
been anyway).

Fixes https://github.com/vector-im/riot-web/issues/11263
2019-11-01 10:02:08 +00:00
..
2019-10-22 13:49:02 +01:00
2019-10-30 10:38:34 +00:00