mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 10:16:57 +00:00
4.0.0-rc16.1
* Fixed: FrankerFaceZ not loading due to a change in the structure of Twitch pages. * Known Issue: Tooltips not behaving quite right in pop-out chat.
This commit is contained in:
parent
c43e572eec
commit
00859ac966
17 changed files with 27 additions and 22 deletions
|
@ -254,7 +254,7 @@ export default class ChatLine extends Module {
|
|||
this._ffz_show = show;
|
||||
|
||||
return show !== old_show ||
|
||||
state.ffz_expanded !== this.state.ffz_expanded ||
|
||||
(state && this.state && (state.ffz_expanded !== this.state.ffz_expanded)) ||
|
||||
//state.renderDebug !== this.state.renderDebug ||
|
||||
props.message !== this.props.message ||
|
||||
props.isCurrentUserModerator !== this.props.isCurrentUserModerator ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue