Mouse pointer delay after scroll

,

Hello everyone!

I’m not sure if this is a bug or that’s how UXP environment process wheel scroll.

Let’s say we have a scrollable plugin window containing clickable containers with an onclick event to highlight the active one.
When I scroll using the mouse wheel and hover over a container, there’s a slight delay (0.5–1 second) before cursor pointer appears. If I click before cursor pointer appears ‘onclick’ won’t fire.
However, if I drag the scrollbar instead, everything works instantly.

Attached little example of this problem. You can see that arrow cursor stays a bit longer after sroll ended
P.S - Same example would work completely fine in browser.

4