mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
A ton of stuff. Initial migration to React 16. Initial changes for Rooms support. Add support for clip champ badge. Start using .gql source files that are compiled during import so we don't need to include GraphQL-tag in builds.
This commit is contained in:
parent
f0bcf7f53e
commit
0ae6e5021d
29 changed files with 536 additions and 263 deletions
|
@ -39,7 +39,7 @@ export default class TooltipProvider extends Module {
|
|||
onEnable() {
|
||||
const container = document.body.querySelector('.twilight-root') || document.body;
|
||||
|
||||
this.tips = new Tooltip('body [data-reactroot]', 'ffz-tooltip', {
|
||||
this.tips = new Tooltip('body #root', '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