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

fix(View): revert mousedown capture #69

Closed floryst closed 2 years ago

floryst commented 2 years ago

Reverts setting mousedown on capture. This is related to https://github.com/Kitware/vtk-js/pull/2462 in that preventDefault is no longer invoked by default, so this change (which didn't fix anything anyways) can be reverted.

TODO: update the vtk.js version required, as to avoid mousedown breakage.

jourdain commented 2 years ago

:tada: This PR is included in version 1.12.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: