@@ -176,7 +176,7 @@
|
|
176
176
|
opts.isDown = _ctrl.selectionDown;
|
177
177
|
opts.isUp = _ctrl.selectionUp;
|
178
178
|
opts.isPressed = _ctrl.selectionPressed;
|
179
|
-
opts.isClicked =
|
179
|
+
opts.isClicked = false;
|
180
180
|
this.handleIntersections(rc, opts);
|
181
181
|
};
|
182
182
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { TypeStore } from "./../engine_typestore.js"
|
2
|
-
|
2
|
+
|
3
3
|
// Import types
|
4
4
|
import { __Ignore } from "../../engine-components/codegen/components.js";
|
5
5
|
import { ActionBuilder } from "../../engine-components/export/usdz/extensions/behavior/BehavioursBuilder.js";
|
@@ -219,7 +219,7 @@
|
|
219
219
|
import { XRGrabRendering } from "../../engine-components/webxr/WebXRGrabRendering.js";
|
220
220
|
import { XRRig } from "../../engine-components/webxr/WebXRRig.js";
|
221
221
|
import { XRState } from "../../engine-components/XRFlag.js";
|
222
|
-
|
222
|
+
|
223
223
|
// Register types
|
224
224
|
TypeStore.add("__Ignore", __Ignore);
|
225
225
|
TypeStore.add("ActionBuilder", ActionBuilder);
|