refactor(#2826): singleton View class, WIP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user