unreference seq from main hotkey handler
This commit is contained in:
parent
d437c8cf56
commit
13992f339f
1 changed files with 0 additions and 6 deletions
|
@ -164,12 +164,6 @@ function hotkey_handler(e) {
|
|||
} else if (e) {
|
||||
keycode = e.which;
|
||||
}
|
||||
|
||||
if (keycode == 13 || keycode == 27) {
|
||||
seq = "";
|
||||
} else {
|
||||
seq = seq + "" + keycode;
|
||||
}
|
||||
|
||||
var m_ctx = getMainContext();
|
||||
var f_ctx = getFeedsContext();
|
||||
|
|
Loading…
Reference in a new issue