1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

Fix tooltips not working due to other React roots existing.

This commit is contained in:
SirStendec 2017-11-17 14:55:53 -05:00
parent 7f2522508e
commit ef626364db
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ export default class TooltipProvider extends Module {
}
onEnable() {
this.tips = new Tooltip('[data-reactroot]', 'ffz-tooltip', {
this.tips = new Tooltip('body [data-reactroot]', 'ffz-tooltip', {
html: true,
delayHide: this.checkDelayHide.bind(this),
delayShow: this.checkDelayShow.bind(this),