When scrolling the flamegraph the response.hover_pos()
is unexpectedly None
#219
Labels
bug
Something isn't working
response.hover_pos()
is unexpectedly None
#219
Describe the bug
When scrolling the flamegraph the
response.hover_pos()
unexpectedly returnsNone
as soon as you start scrolling. Though you can sometimes when scrolling all the way back to the first start getting ahover_pos()
again.To Reproduce
Steps to reproduce the behavior:
frame_rects
or get a mouse hover.Device:
Additional context
Relates to #205 as they both describe the same issue though this issue provides more concrete details about the issue. Maybe merge them?
Disabling scroll on the
ScrollArea
mitigates the problem as this issue only activates when scrolling. But does not solve the problem.See PR #214Misread the PR its actually not related.The text was updated successfully, but these errors were encountered: