mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:55:56 +00:00
feedtree.selectFeed: focus headlines-frame after selection
This commit is contained in:
@@ -357,6 +357,11 @@ require(["dojo/_base/declare", "dojo/dom-construct", "dijit/Tree", "dijit/Menu"]
|
||||
if (!is_cat) this._expandNode(treeNode);
|
||||
this.set("selectedNodes", [treeNode]);
|
||||
this.focusNode(treeNode);
|
||||
|
||||
// focus headlines to route key events there
|
||||
setTimeout(function() {
|
||||
$("headlines-frame").focus();
|
||||
}, 0);
|
||||
}
|
||||
},
|
||||
setFeedIcon: function(feed, is_cat, src) {
|
||||
|
||||
Reference in New Issue
Block a user