mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Hide WhoIsTyping component if the MessagePanel is shaped e.g file grid
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
db73e641ea
commit
868c99d140
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ module.exports = React.createClass({
|
|||
);
|
||||
|
||||
let whoIsTyping;
|
||||
if (this.props.room) {
|
||||
if (this.props.room && !this.props.tileShape) {
|
||||
whoIsTyping = (<WhoIsTypingTile
|
||||
room={this.props.room}
|
||||
onShown={this._onTypingShown}
|
||||
|
|
Loading…
Reference in a new issue