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

Use correct image when downloading #35

Open mtaylor-tbpm opened 1 month ago

mtaylor-tbpm commented 1 month ago

When right clicking a turntable image to download or open in new tab/window in Chrome, the last image in the array is used, not the current image

nerdyman commented 1 month ago

This should be simple enough to implement. I think the images just need to default to pointer-events: none and the active image needs pointer-events: auto.

I'll take a look, also open to PRs!