We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ce41b commit 2d4d284Copy full SHA for 2d4d284
1 file changed
Sources/Rendering/Core/RenderWindowInteractor/index.js
@@ -444,9 +444,7 @@ function vtkRenderWindowInteractor(publicAPI, model) {
444
case 'mouse':
445
default: {
446
// buttons bitmask: 1=left, 4=middle, 2=right
447
- // eslint-disable-next-line no-bitwise
448
const buttonBitMap = [1, 4, 2];
449
450
const buttonBit = buttonBitMap[event.button] ?? 0;
451
const callData = {
452
...getModifierKeysFor(event),
0 commit comments