logic: show subnamespaces as nodes instead of their children
This commit is contained in:
@@ -347,7 +347,7 @@ std::shared_ptr<Graph> Storage::getGraphForActiveTokenIds(const std::vector<Id>&
|
||||
if (Node::intToType(node.type) == Node::NODE_NAMESPACE)
|
||||
{
|
||||
ids.clear();
|
||||
m_hierarchyCache.addFirstVisibleChildIdsForNodeId(elementId, &ids);
|
||||
m_hierarchyCache.addFirstChildIdsForNodeId(elementId, &ids);
|
||||
|
||||
isNamespace = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user