software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

[Web] Remove hovering pointer from tracker. #3115

Closed m-bert closed 2 months ago

m-bert commented 2 months ago

Description

I've noticed that in Hover inside onPointerMoveOut method we add pointer to tracker instead of removing it. While it doesn't make much difference, since tracker is reset in this line, I think it will be better to change it into removing pointer.

Test plan

Tested on hover example.