@croquet/worldcore-card
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@croquet/worldcore-card", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Card Component for Croquet Worldcore", | ||
@@ -26,4 +26,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@croquet/worldcore-kernel": "^1.2.0", | ||
"@croquet/worldcore-three": "^1.2.0" | ||
"@croquet/worldcore-kernel": "^1.3.0", | ||
"@croquet/worldcore-three": "^1.3.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7633b5da452e79cee2be15721d744e4cd9f9924c" | ||
"gitHead": "d5e33664baaaa1a3a153e0aa3721ad3a17c25dc3" | ||
} |
@@ -119,13 +119,13 @@ import { Actor, Pawn, GetPawn, mix, RegisterMixin, AM_Predictive, PM_Predictive } from "@croquet/worldcore-kernel"; | ||
const hoverEnd = new Set(this.actor.hovered); | ||
hoverEnd.forEach( pointerId => { | ||
const pointerPawn = GetPawn(pointerId); | ||
if (pointerPawn) pointerPawn.hoverPawn = null; | ||
}); | ||
// const hoverEnd = new Set(this.actor.hovered); | ||
// hoverEnd.forEach( pointerId => { | ||
// const pointerPawn = GetPawn(pointerId); | ||
// if (pointerPawn) pointerPawn.hoverPawn = null; | ||
// }); | ||
const focusEnd = new Set(this.actor.focused); | ||
focusEnd.forEach( pointerId => { | ||
const pointerPawn = GetPawn(pointerId); | ||
if (pointerPawn) pointerPawn.focusPawn = null; | ||
}); | ||
// const focusEnd = new Set(this.actor.focused); | ||
// focusEnd.forEach( pointerId => { | ||
// const pointerPawn = GetPawn(pointerId); | ||
// if (pointerPawn) pointerPawn.focusPawn = null; | ||
// }); | ||
} | ||
@@ -132,0 +132,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37202
0