mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:15:56 +00:00
feedlist: do not expand category on click
This commit is contained in:
@@ -916,7 +916,7 @@ function selectFeed(feed, is_cat) {
|
||||
|
||||
if (treeNode) {
|
||||
treeNode = treeNode[0];
|
||||
tree._expandNode(treeNode);
|
||||
if (!is_cat) tree._expandNode(treeNode);
|
||||
tree._selectNode(treeNode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user