mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-12 09:01:02 +02:00
only show '...' when people are typing
This commit is contained in:
parent
9dcdf0ae51
commit
a13513935b
@ -268,7 +268,7 @@ module.exports = React.createClass({
|
||||
|
||||
render: function() {
|
||||
var content = this._getContent();
|
||||
var indicator = this._getIndicator(content !== null);
|
||||
var indicator = this._getIndicator(this.state.whoisTypingString !== null);
|
||||
|
||||
return (
|
||||
<div className="mx_RoomStatusBar">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user