nerdyman / react-image-turntable

Display a set of images as a draggable 360 degree turntable.
https://githubbox.com/nerdyman/react-image-turntable/tree/main/example
MIT License
21 stars 1 forks source link

Cleanly add and remove pointer events #5

Closed nerdyman closed 2 years ago

nerdyman commented 2 years ago

Mousing down within the container and moving cursor outside of the container stops dragging, mousing over the container after the pointer up event has outside of the container causes the turntable to follow the mouse even though the mouse is no longer down.