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 85ce178 commit 89bbbd8Copy full SHA for 89bbbd8
src/Controls/StateControl.js
@@ -396,6 +396,7 @@ class StateControl extends THREE.EventDispatcher {
396
397
if (this.enabled && this.ZOOM.enable) {
398
viewCoords.copy(this._view.eventToViewCoords(event));
399
+ this.currentState = this.NONE;
400
this.dispatchEvent({ type: this.ZOOM._event, delta: event.deltaY, viewCoords });
401
}
402
0 commit comments