mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 03:41:27 +00:00
unreference seq from main hotkey handler
This commit is contained in:
@@ -164,12 +164,6 @@ function hotkey_handler(e) {
|
|||||||
} else if (e) {
|
} else if (e) {
|
||||||
keycode = e.which;
|
keycode = e.which;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keycode == 13 || keycode == 27) {
|
|
||||||
seq = "";
|
|
||||||
} else {
|
|
||||||
seq = seq + "" + keycode;
|
|
||||||
}
|
|
||||||
|
|
||||||
var m_ctx = getMainContext();
|
var m_ctx = getMainContext();
|
||||||
var f_ctx = getFeedsContext();
|
var f_ctx = getFeedsContext();
|
||||||
|
|||||||
Reference in New Issue
Block a user