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