mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35: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
|
if (keycode == 69) { // e
|
||||||
var id = getActiveArticleId();
|
emailArticle();
|
||||||
emailArticle(id);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((keycode == 191 || keychar == '?') && shift_key) { // ?
|
if ((keycode == 191 || keychar == '?') && shift_key) { // ?
|
||||||
|
|||||||
Reference in New Issue
Block a user