mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-06 14:20:56 +00:00
4.20.44
* 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:
parent
8ea12ab73c
commit
46dd59ef8d
7 changed files with 24 additions and 10 deletions
|
@ -261,7 +261,7 @@ export default class Layout extends Module {
|
|||
if ( this._resize_timer )
|
||||
return;
|
||||
|
||||
this._resize_timer = requestAnimationFrame(() => this._handleResize());
|
||||
this._resize_timer = setTimeout(() => this._handleResize(), 50);
|
||||
}
|
||||
|
||||
_handleResize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue