e shortcut: properly handle article selection
This commit is contained in:
parent
18cf1358e0
commit
8cdc185ba4
|
@ -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) { // ?
|
||||||
|
|
Loading…
Reference in New Issue