Open huangboju opened 7 months ago
I found a bug at iPhone SE 2nd
If absoluteInset is float or double value, it will lock scroll
insideMostExpandedAnchor will return true
insideMostExpandedAnchor
diff is float value
diff
I use floor(inset) fix it
@huangboju I'm wondering if you would let me know how to fix this issue. Thanks.
Description
I found a bug at iPhone SE 2nd
If absoluteInset is float or double value, it will lock scroll
insideMostExpandedAnchor
will return truediff
is float valueI use floor(inset) fix it