Allow Element._reload in Children prop

This commit is contained in:
Gabriel Tofvesson 2024-10-13 17:42:24 +02:00
parent 86f378b5f4
commit ea4de6e988

View File

@ -149,7 +149,7 @@ function Children:with(elementType)
end
function elementType:_reload()
if defaultReload ~= nil and defaultReload ~= Element._reload then
if defaultReload ~= nil then
defaultReload(self)
end