Skip to content

Commit

Permalink
Do not call handleMouseWheel on handleStartMouseWheel, to avoid handl…
Browse files Browse the repository at this point in the history
…ing twice for each event (#277)
  • Loading branch information
davidborland authored Jan 29, 2024
1 parent c41745c commit c6e9e91
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ function vtkInteractorStyleNinjatoSlice(publicAPI, model) {

//----------------------------------------------------------------------------
publicAPI.handleStartMouseWheel = (callData) => {
publicAPI.handleMouseWheel(callData);
};

//--------------------------------------------------------------------------
Expand Down

0 comments on commit c6e9e91

Please sign in to comment.