We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566cf78 commit 8510d68Copy full SHA for 8510d68
profiles/lib/measure.lua
@@ -72,7 +72,7 @@ function Measure.get_max_height(raw_value, element)
72
if raw_value then
73
if height_non_numerical_values[raw_value] then
74
if element then
75
- return element:get_location_tag('maxheight') or default_maxheight
+ return tonumber(element:get_location_tag('maxheight')) or default_maxheight
76
else
77
return default_maxheight
78
end
0 commit comments