Fixed #115: High CPU usages while idling
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
9ce95da8f4
commit
ea5f7b65f3
2 changed files with 22 additions and 15 deletions
|
|
@ -54,7 +54,7 @@ function RoomViewFloating({
|
|||
return (
|
||||
<>
|
||||
<div className={`room-view__typing${isSomeoneTyping(typingMembers) ? ' room-view__typing--open' : ''}`}>
|
||||
<div className="bouncingLoader"><div /></div>
|
||||
<div className="bouncing-loader"><div /></div>
|
||||
<Text variant="b2">{getTypingMessage(typingMembers)}</Text>
|
||||
</div>
|
||||
<div className={`room-view__STB${reachedBottom ? '' : ' room-view__STB--open'}`}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue