@gamelearn/arcade-components 3.8.3 → 3.8.4
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.
|
@@ -57483,7 +57483,7 @@ function DialogComponent({
|
|
|
57483
57483
|
const bt = Me.includes("seated");
|
|
57484
57484
|
ht ? V(ze, ht.url, Me.includes("talking")).then((Kt) => {
|
|
57485
57485
|
if (Kt && BASIC_ACTIONS_TYPES_WHITELIST.includes(ht.animationId)) {
|
|
57486
|
-
const It = Kt.setLoop(LoopRepeat,
|
|
57486
|
+
const It = Kt.setLoop(LoopRepeat, 1 / 0).getMixer(), Cr = () => {
|
|
57487
57487
|
H.current ? U(ze, "idle").then(() => {
|
|
57488
57488
|
It.removeEventListener("loop", Cr);
|
|
57489
57489
|
}) : U(ze, ie.current === ze ? "neutral_talking" : "neutral").then(() => {
|