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:
parent
7f2522508e
commit
ef626364db
2 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue