mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 10:06:54 +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",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.33.5",
|
"version": "4.33.6",
|
||||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
@ -147,7 +147,7 @@ export default class Input extends Module {
|
||||||
|
|
||||||
this.EmoteSuggestions = this.fine.define(
|
this.EmoteSuggestions = this.fine.define(
|
||||||
'tab-emote-suggestions',
|
'tab-emote-suggestions',
|
||||||
n => n && n.getMatchedEmotes,
|
n => n && n.getMatches && n.autocompleteType === 'emote',
|
||||||
Twilight.CHAT_ROUTES
|
Twilight.CHAT_ROUTES
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue