mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 21:31:50 +08:00
Workaround
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user