mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +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…
Reference in New Issue
Block a user