forgot to upload flexbox :x

This commit is contained in:
Robert Jelic
2024-04-16 19:07:28 +02:00
parent f3eb0accf8
commit 28d35559c8

View File

@@ -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