mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.33.6
* Fixed: Tab-completion of FFZ emotes.
This commit is contained in:
parent
82a34cdce9
commit
213c2195cc
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "frankerfacez",
|
||||
"author": "Dan Salvato LLC",
|
||||
"version": "4.33.5",
|
||||
"version": "4.33.6",
|
||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -147,7 +147,7 @@ export default class Input extends Module {
|
|||
|
||||
this.EmoteSuggestions = this.fine.define(
|
||||
'tab-emote-suggestions',
|
||||
n => n && n.getMatchedEmotes,
|
||||
n => n && n.getMatches && n.autocompleteType === 'emote',
|
||||
Twilight.CHAT_ROUTES
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue