lythreeframe 1.2.68 → 1.2.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/package.json +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -2513,7 +2513,7 @@ class Controller {
|
|
|
2513
2513
|
this.fireComponentClick(component, hit, isDoubleClick);
|
|
2514
2514
|
// Actor level
|
|
2515
2515
|
const actor = component.parentActor;
|
|
2516
|
-
console.log("[Controller]fireClickEvents", actor, actor
|
|
2516
|
+
//console.log("[Controller]fireClickEvents", actor, actor?.isClickEnabled)
|
|
2517
2517
|
if (actor && actor.isClickEnabled) {
|
|
2518
2518
|
this.fireActorClick(actor, component, hit, isDoubleClick);
|
|
2519
2519
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -2511,7 +2511,7 @@ class Controller {
|
|
|
2511
2511
|
this.fireComponentClick(component, hit, isDoubleClick);
|
|
2512
2512
|
// Actor level
|
|
2513
2513
|
const actor = component.parentActor;
|
|
2514
|
-
console.log("[Controller]fireClickEvents", actor, actor
|
|
2514
|
+
//console.log("[Controller]fireClickEvents", actor, actor?.isClickEnabled)
|
|
2515
2515
|
if (actor && actor.isClickEnabled) {
|
|
2516
2516
|
this.fireActorClick(actor, component, hit, isDoubleClick);
|
|
2517
2517
|
}
|