Kitware / react-vtk-js

Declarative library exposing vtk.js visualization pipeline as React components
https://kitware.github.io/react-vtk-js/
77 stars 24 forks source link

Picking uses react synthetic events #110

Closed floryst closed 1 year ago

floryst commented 1 year ago

This commit will make picking events more predictable, as they now are handled via React's event system rather than the native system.

@FezVrasta here is my implementation, which may be simpler.

jourdain commented 1 year ago

:tada: This PR is included in version 2.0.0-beta.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: