@@ -34,6 +34,9 @@ function M.fn(fname)
|
|||||||
if not node.open then
|
if not node.open then
|
||||||
node.open = true
|
node.open = true
|
||||||
tree_altered = true
|
tree_altered = true
|
||||||
|
end
|
||||||
|
|
||||||
|
if #node.nodes == 0 then
|
||||||
TreeExplorer:expand(node)
|
TreeExplorer:expand(node)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user