mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:05:56 +00:00
e shortcut: properly handle article selection
This commit is contained in:
@@ -690,8 +690,7 @@ function hotkey_handler(e) {
|
||||
}
|
||||
|
||||
if (keycode == 69) { // e
|
||||
var id = getActiveArticleId();
|
||||
emailArticle(id);
|
||||
emailArticle();
|
||||
}
|
||||
|
||||
if ((keycode == 191 || keychar == '?') && shift_key) { // ?
|
||||
|
||||
Reference in New Issue
Block a user