mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-02-17 02:22:36 +01:00
Fix typing notification
This commit is contained in:
parent
26dfb91534
commit
3034b4f60c
@ -758,7 +758,12 @@ export class AvatarVisualization extends RoomObjectSpriteVisualization implement
|
||||
}
|
||||
else
|
||||
{
|
||||
if(typingAddition) this.removeAddition(AvatarVisualization.TYPING_BUBBLE_ID);
|
||||
if(typingAddition)
|
||||
{
|
||||
this.removeAddition(AvatarVisualization.TYPING_BUBBLE_ID);
|
||||
|
||||
needsUpdate = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user