1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-28 09:24:05 +03:00

oops, forgot a sync dispatch on onSearchResultsResize

This commit is contained in:
Matthew Hodgson
2016-03-24 02:14:16 +00:00
parent 5bd0303dda
commit 8b67a1059d

View File

@@ -486,7 +486,7 @@ module.exports = React.createClass({
}, },
onSearchResultsResize: function() { onSearchResultsResize: function() {
dis.dispatch({ action: 'timeline_resize' }); dis.dispatch({ action: 'timeline_resize' }, true);
}, },
onSearchResultsFillRequest: function(backwards) { onSearchResultsFillRequest: function(backwards) {