1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

make it work, seemingly

This commit is contained in:
Matthew Hodgson
2016-03-24 01:12:51 +00:00
parent 151a9994ba
commit 5bd0303dda
3 changed files with 4 additions and 2 deletions

View File

@ -369,7 +369,7 @@ module.exports = React.createClass({
},
onResize: function() {
dis.dispatch({ action: 'timeline_resize' });
dis.dispatch({ action: 'timeline_resize' }, true);
},
render: function() {