Update Treeview.lua
This commit is contained in:
@@ -92,8 +92,8 @@ return function(name, basalt)
|
|||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
||||||
setExpandable = function(self, expandable)
|
setExpandable = function(self, _expandable)
|
||||||
expandable = expandable
|
expandable = _expandable
|
||||||
base:updateDraw()
|
base:updateDraw()
|
||||||
return node
|
return node
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user