mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-04 18:18:31 +00:00
3.5.151. Fix MRU behavior in chat input.
This commit is contained in:
parent
ffd5eae774
commit
a58810e177
3 changed files with 3 additions and 3 deletions
|
@ -958,6 +958,8 @@ FFZ.prototype._modify_chat_input = function(component) {
|
|||
if ( e.shiftKey || e.shiftLeft )
|
||||
break;
|
||||
|
||||
this.set('ffz_mru_index', -1);
|
||||
|
||||
if ( this.get('ffz_suggestions_visible') )
|
||||
this.ffzCompleteSuggestion();
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue