mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
only show '...' when people are typing
This commit is contained in:
parent
9dcdf0ae51
commit
a13513935b
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
var content = this._getContent();
|
var content = this._getContent();
|
||||||
var indicator = this._getIndicator(content !== null);
|
var indicator = this._getIndicator(this.state.whoisTypingString !== null);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mx_RoomStatusBar">
|
<div className="mx_RoomStatusBar">
|
||||||
|
|
Loading…
Reference in a new issue