refactor(#2826): singleton View class, WIP

This commit is contained in:
Alexander Courtis
2025-04-20 14:28:44 +10:00
parent 0a04e435b1
commit f098195667
9 changed files with 70 additions and 71 deletions

View File

@@ -21,7 +21,7 @@ function M.fn(opts)
return
end
if not view.is_width_determined() then
if not view.View:is_width_determined() then
-- {absolute} and {relative} do nothing when {width} is a function.
return
end