mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-11 16:40:55 +00:00
3.5.146. Tab completion for emotes.
This commit is contained in:
parent
5b784aa4f8
commit
46dee22d83
7 changed files with 875 additions and 146 deletions
|
@ -373,6 +373,11 @@ FFZ.prototype.setup_chatview = function() {
|
|||
f._chatv.ffzUpdateMenuUnread();
|
||||
}.observes("invitedPrivateGroupRooms"),
|
||||
|
||||
ffzChangedRoom: function() {
|
||||
if ( f._inputv )
|
||||
Ember.propertyDidChange(f._inputv, 'ffz_emoticons');
|
||||
}.observes('currentRoom'),
|
||||
|
||||
notificationsCount: function() {
|
||||
if ( ! f._chatv || f.has_bttv )
|
||||
return this._super();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue