We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebede1 commit 82dccedCopy full SHA for 82dcced
1 file changed
Basalt/objects/Treeview.lua
@@ -66,9 +66,7 @@ return function(name, basalt)
66
end,
67
68
setExpanded = function(self, exp)
69
- if(expandable)then
70
- expanded = exp
71
- end
+ expanded = exp
72
base:updateDraw()
73
return node
74
0 commit comments