Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.02k stars 445 forks source link

fix: missing rerender on clear #5282

Closed Nerixyz closed 5 months ago

Nerixyz commented 5 months ago

Adds more missing updates. Calling update here is fine since it will only rerender if the view is visible.

Fixes #5281.