Update Treeview.lua

forgot to remove the if statement
This commit is contained in:
Robert Jelic
2023-07-05 16:53:12 +02:00
committed by GitHub
parent 8ebede1430
commit 82dcceda05

View File

@@ -66,9 +66,7 @@ return function(name, basalt)
end,
setExpanded = function(self, exp)
if(expandable)then
expanded = exp
end
expanded = exp
base:updateDraw()
return node
end,