prevent accidental ctrl_key global
This commit is contained in:
parent
776b19536d
commit
d999bc3eb2
1 changed files with 1 additions and 0 deletions
|
@ -847,6 +847,7 @@ function hotkey_handler(e) {
|
|||
|
||||
var keycode = false;
|
||||
var shift_key = false;
|
||||
var ctrl_key = false;
|
||||
|
||||
var cmdline = $('cmdline');
|
||||
|
||||
|
|
Loading…
Reference in a new issue