mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 07:11:29 +00:00
focus content pane on view() (closes #312)
This commit is contained in:
@@ -207,7 +207,11 @@ function render_article(article) {
|
|||||||
|
|
||||||
c.attr('content', article);
|
c.attr('content', article);
|
||||||
|
|
||||||
correctHeadlinesOffset(getActiveArticleId());
|
correctHeadlinesOffset(getActiveArticleId());
|
||||||
|
|
||||||
|
try {
|
||||||
|
c.focus();
|
||||||
|
} catch (e) { };
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("render_article", e);
|
exception_error("render_article", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user