mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 11:01:30 +00:00
focus content pane on view() (closes #312)
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user