ui: Tab in search completes up to next ::, Delete erases to last ::
bug id = 133
This commit is contained in:
@@ -589,6 +589,11 @@ std::vector<SearchMatch> PersistentStorage::getAutocompletionMatches(const std::
|
||||
const StorageNode& node = storageNodesMap[elementId];
|
||||
match.nameHierarchies.push_back(NameHierarchy::deserialize(node.serializedName));
|
||||
|
||||
if (!match.hasChildren)
|
||||
{
|
||||
match.hasChildren = m_hierarchyCache.nodeHasChildren(node.id);
|
||||
}
|
||||
|
||||
if (!firstNode)
|
||||
{
|
||||
firstNode = &node;
|
||||
|
||||
Reference in New Issue
Block a user