[vtk.js] trackball/default interaction style with pan/zoom on other mouse buttons

When I try to add a range configuration to interactorStyleDefinitions nothing happens.

  const interactorStyleDefinitions = [
    {
      type: 'range',
      options: { button: 1 },
    },
  ];

All the other configurations work correctly, do you have any idea? I’m rendering a MPR DICOM image.