mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-23 22:40:54 +00:00
4.47.0
* Added: `/ffz reload` command to reload emote and badge data without reloading the page. (Note: Add-ons will need to update to add support for the command.) * Changed: Improve monitor support for Current Monitor, specifically when a user has multiple monitors with the same name. * Fixed: Track the loaded status of global FFZ badges when loading chat data. * Fixed: The page scrolling incorrectly when using the FFZ emote menu in some situations.
This commit is contained in:
parent
9381c17e71
commit
e6ad12c937
11 changed files with 219 additions and 18 deletions
|
@ -354,6 +354,7 @@ export default class ChatLine extends Module {
|
|||
|
||||
this.can_reprocess = true;
|
||||
|
||||
this.on('chat:reload-data', () => this.can_reprocess = true);
|
||||
this.on('chat:room-add', () => this.can_reprocess = true);
|
||||
|
||||
this.on('load_tracker:complete:chat-data', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue