1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-27 15:01:53 +03:00

apply class to typing text to fix typing notifs

This commit is contained in:
Matthew Hodgson
2015-12-15 15:59:25 +00:00
parent 28908c2edb
commit 8ebacc572b

View File

@ -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>
);
}