Skip to content

Commit 2d4d284

Browse files
sudomakeinstallfinetjul
authored andcommitted
fix: Remove spurious linter commands
1 parent 83ce41b commit 2d4d284

File tree

1 file changed

+0
-2
lines changed
  • Sources/Rendering/Core/RenderWindowInteractor

1 file changed

+0
-2
lines changed

Sources/Rendering/Core/RenderWindowInteractor/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,7 @@ function vtkRenderWindowInteractor(publicAPI, model) {
444444
case 'mouse':
445445
default: {
446446
// buttons bitmask: 1=left, 4=middle, 2=right
447-
// eslint-disable-next-line no-bitwise
448447
const buttonBitMap = [1, 4, 2];
449-
// eslint-disable-next-line no-bitwise
450448
const buttonBit = buttonBitMap[event.button] ?? 0;
451449
const callData = {
452450
...getModifierKeysFor(event),

0 commit comments

Comments
 (0)