mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
apply class to typing text to fix typing notifs
This commit is contained in:
parent
28908c2edb
commit
8ebacc572b
1 changed files with 1 additions and 1 deletions
|
@ -1153,7 +1153,7 @@ module.exports = React.createClass({
|
|||
statusBar = (
|
||||
<div className="mx_RoomView_typingBar">
|
||||
<div className="mx_RoomView_typingImage">...</div>
|
||||
{typingString}
|
||||
<span className="mx_RoomView_typingText">{typingString}</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue