continued refactor

This commit is contained in:
Michael Freno
2025-11-19 16:49:34 -05:00
parent 21a4a29cf1
commit 57eb52e70d
6 changed files with 139 additions and 106 deletions

View File

@@ -1369,7 +1369,8 @@ function Element.new(props)
self._layoutEngine.rowGap = self.rowGap
end
self.transform = props.transform or {}
-- transform is already set at line 424 (props.transform or nil)
-- Don't overwrite it here
self.transition = props.transition or {}
if props.overflow or props.overflowX or props.overflowY then