1
0
Fork 0
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:
SirStendec 2018-02-22 18:38:13 -05:00
parent 0ae6e5021d
commit eb967e115f
9 changed files with 40 additions and 16 deletions

View file

@ -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;