Commit Graph

1 Commits

Author SHA1 Message Date
Kartik K. Agaram 66c9f61ddc bugfix: tapping in scrollbar area
scenario 1: tap on scrollbar area off scrollbar.
With the previous commit the app would crash.

scenario 2: drag down a bit, then let go, then drag the scrollbar again.
With the previous commit the scrollbar would start again from 0.

Root cause: units mismatch (pixels vs normalized y between 0 and 1)
2023-12-02 18:36:11 -08:00