mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 05:21:22 +02:00
oops, forgot a sync dispatch on onSearchResultsResize
This commit is contained in:
parent
5bd0303dda
commit
8b67a1059d
@ -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…
x
Reference in New Issue
Block a user