Workaround

This commit is contained in:
Chi Vinh Le
2017-12-13 15:25:47 +01:00
parent 5548deb6b5
commit 2779734ec0
@@ -84,6 +84,9 @@ class ModerationQueue extends React.Component {
componentDidMount() {
key('j', () => this.selectDown());
key('k', () => this.selectUp());
// TODO: Workaround for issue https://github.com/bvaughn/react-virtualized/issues/866
this.reflowList();
}
componentWillUnmount() {