feedlist: do not expand category on click
This commit is contained in:
parent
2ef5c21f61
commit
7923cfe97c
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue