e shortcut: properly handle article selection
This commit is contained in:
parent
18cf1358e0
commit
8cdc185ba4
1 changed files with 1 additions and 2 deletions
|
@ -690,8 +690,7 @@ function hotkey_handler(e) {
|
|||
}
|
||||
|
||||
if (keycode == 69) { // e
|
||||
var id = getActiveArticleId();
|
||||
emailArticle(id);
|
||||
emailArticle();
|
||||
}
|
||||
|
||||
if ((keycode == 191 || keychar == '?') && shift_key) { // ?
|
||||
|
|
Loading…
Reference in a new issue