focus content pane on view() (closes #312)
This commit is contained in:
parent
1c848491b6
commit
53fd549523
|
@ -209,6 +209,10 @@ function render_article(article) {
|
||||||
|
|
||||||
correctHeadlinesOffset(getActiveArticleId());
|
correctHeadlinesOffset(getActiveArticleId());
|
||||||
|
|
||||||
|
try {
|
||||||
|
c.focus();
|
||||||
|
} catch (e) { };
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("render_article", e);
|
exception_error("render_article", e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue