forgot to upload flexbox :x
This commit is contained in:
@@ -410,7 +410,7 @@ return function(name, basalt)
|
||||
|
||||
removeChild = function(self, child)
|
||||
if (type(child)=="string") then
|
||||
child = getChild(element:getName())
|
||||
child = self:getChild(child)
|
||||
end
|
||||
if (child==nil) then
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user