You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
only show '...' when people are typing
This commit is contained in:
@ -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">
|
||||||
|
Reference in New Issue
Block a user