Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 868c99d

Browse files
committed
Hide WhoIsTyping component if the MessagePanel is shaped e.g file grid
Signed-off-by: Michael Telatynski <[email protected]>
1 parent db73e64 commit 868c99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/MessagePanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ module.exports = React.createClass({
716716
);
717717

718718
let whoIsTyping;
719-
if (this.props.room) {
719+
if (this.props.room && !this.props.tileShape) {
720720
whoIsTyping = (<WhoIsTypingTile
721721
room={this.props.room}
722722
onShown={this._onTypingShown}

0 commit comments

Comments
 (0)