mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-29 22:18:31 +00:00
More fixes for the React 16 update.
This commit is contained in:
parent
0ae6e5021d
commit
eb967e115f
9 changed files with 40 additions and 16 deletions
|
@ -526,7 +526,7 @@ export default class ChatHook extends Module {
|
|||
// ========================================================================
|
||||
|
||||
fixPinnedCheer(inst) {
|
||||
const el = this.fine.getHostNode(inst),
|
||||
const el = this.fine.getChildNode(inst),
|
||||
container = el && el.querySelector && el.querySelector('.pinned-cheer__headline'),
|
||||
tc = inst.props.topCheer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue