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.
2 parents e1f0521 + 387f8dd commit 4f64b3bCopy full SHA for 4f64b3b
Sources/Interaction/Style/InteractorStyleTrackballCamera/index.js
@@ -1,12 +1,13 @@
1
import macro from 'vtk.js/Sources/macro';
2
import vtkInteractorStyle from 'vtk.js/Sources/Rendering/Core/InteractorStyle';
3
+import vtkInteractorStyleConstants from 'vtk.js/Sources/Rendering/Core/InteractorStyle/Constants';
4
import vtkMath from 'vtk.js/Sources/Common/Core/Math';
5
import {
6
Device,
7
Input,
8
} from 'vtk.js/Sources/Rendering/Core/RenderWindowInteractor/Constants';
9
-const { States } = vtkInteractorStyle;
10
+const { States } = vtkInteractorStyleConstants;
11
12
/* eslint-disable no-lonely-if */
13
0 commit comments