oops, forgot a sync dispatch on onSearchResultsResize
This commit is contained in:
parent
5bd0303dda
commit
8b67a1059d
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
onSearchResultsResize: function() {
|
||||
dis.dispatch({ action: 'timeline_resize' });
|
||||
dis.dispatch({ action: 'timeline_resize' }, true);
|
||||
},
|
||||
|
||||
onSearchResultsFillRequest: function(backwards) {
|
||||
|
|
Loading…
Reference in a new issue