mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
prevent accidental ctrl_key global
This commit is contained in:
@@ -847,6 +847,7 @@ function hotkey_handler(e) {
|
||||
|
||||
var keycode = false;
|
||||
var shift_key = false;
|
||||
var ctrl_key = false;
|
||||
|
||||
var cmdline = $('cmdline');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user