mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-03 03:21:49 +02:00
fix messagecomposer layout when switching between rooms on FF
This commit is contained in:
parent
ba090a6ad5
commit
96aa42471d
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user