You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
apply class to typing text to fix typing notifs
This commit is contained in:
@ -1153,7 +1153,7 @@ module.exports = React.createClass({
|
|||||||
statusBar = (
|
statusBar = (
|
||||||
<div className="mx_RoomView_typingBar">
|
<div className="mx_RoomView_typingBar">
|
||||||
<div className="mx_RoomView_typingImage">...</div>
|
<div className="mx_RoomView_typingImage">...</div>
|
||||||
{typingString}
|
<span className="mx_RoomView_typingText">{typingString}</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user