1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-30 06:28:31 +00:00
* Fixed: Switchboard being unable to force a chunk to load after Twitch made changes to their async component loader.
* Changed: Grab the latest chat types array from Twitch.
* Changed: Delay forcing a layout update when loading our CSS to ensure it has more of a chance to load and affect the page.
This commit is contained in:
SirStendec 2020-10-28 17:09:37 -04:00
parent 8ea12ab73c
commit 46dd59ef8d
7 changed files with 24 additions and 10 deletions

View file

@ -522,6 +522,8 @@ export default class CSSTweaks extends Module {
this.chunks[k] = raw(key).default;
}
this.emit('site.layout:resize');
this.chunks_loaded = true;
r();
})