1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

fix messagecomposer layout when switching between rooms on FF

This commit is contained in:
Matthew Hodgson
2015-11-30 01:12:32 +00:00
parent ba090a6ad5
commit 96aa42471d

View File

@@ -168,6 +168,7 @@ module.exports = React.createClass({
this.refs.textarea, this.refs.textarea,
this.props.room.roomId this.props.room.roomId
); );
this.resizeInput();
}, },
componentWillUnmount: function() { componentWillUnmount: function() {