mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 10:16:57 +00:00
Make changes to how forceUpdate() is called to hopefully reduce errors with React being stupid and not understanding how the DOM works. Also don't display an empty message for a resub with no attached message.
This commit is contained in:
parent
67053e3804
commit
fb1ea38f1b
6 changed files with 29 additions and 12 deletions
|
@ -20,7 +20,7 @@ const CLASSES = {
|
|||
'player-ext': '.player-extensions',
|
||||
'player-ext-hover': '.player[data-controls="false"] .player-extensions',
|
||||
|
||||
'pinned-cheer': '.pinned-cheer',
|
||||
'pinned-cheer': '.pinned-cheer,.pinned-cheer-v2',
|
||||
'whispers': '.whispers',
|
||||
|
||||
'dir-live-ind': '.live-channel-card:not([data-a-target*="host"]) .stream-type-indicator.stream-type-indicator--live',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue