diff --git a/src/viewer/index.ts b/src/viewer/index.ts index 0a50a4c..4507a52 100644 --- a/src/viewer/index.ts +++ b/src/viewer/index.ts @@ -41,6 +41,7 @@ class Viewer { satellites?: Satellites; orbits?: Orbits; earth?: Earth; + mouseMoved = false; targetZoom = 5; /** The maximum zoom level for the viewer. This controls how close the camera can get to the earth. */