focus content pane on view() (closes #312)
This commit is contained in:
parent
1c848491b6
commit
53fd549523
1 changed files with 5 additions and 1 deletions
|
@ -207,7 +207,11 @@ function render_article(article) {
|
|||
|
||||
c.attr('content', article);
|
||||
|
||||
correctHeadlinesOffset(getActiveArticleId());
|
||||
correctHeadlinesOffset(getActiveArticleId());
|
||||
|
||||
try {
|
||||
c.focus();
|
||||
} catch (e) { };
|
||||
|
||||
} catch (e) {
|
||||
exception_error("render_article", e);
|
||||
|
|
Loading…
Reference in a new issue