mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-04 18:18:31 +00:00
3.5.169. Oops. Haven't commited in a while :< Did... stuff? And things.
This commit is contained in:
parent
4086a2e9fd
commit
8056463bbe
28 changed files with 908 additions and 508 deletions
|
@ -871,7 +871,7 @@ FFZ.prototype._modify_chat_input = function(component) {
|
|||
case KEYCODES.TAB:
|
||||
// If we do Ctrl-Tab or Alt-Tab. Just don't
|
||||
// even think of doing suggestions.
|
||||
if ( e.ctrlKey || e.altKey )
|
||||
if ( e.ctrlKey || e.altKey || e.metaKey )
|
||||
break;
|
||||
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue