Skip to content

Commit

Permalink
fixes #7183
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Dec 20, 2024
1 parent 293651f commit d3a0e44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export default class EmoteAutocomplete {
constructor() {
this.load();
watcher.on('channel.updated', () => this.load());
watcher.on('load.chat', () => this.load());
watcher.on('emotes.updated', () => injectEmoteSets());
dom.on(AUTOCOMPLETE_MATCH_IMAGE_QUERY, patchEmoteImage, {
attributes: true,
Expand Down

0 comments on commit d3a0e44

Please sign in to comment.