@gamelearn/arcade-components 3.18.0 → 3.18.1
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.
|
@@ -29768,11 +29768,11 @@ function Panel({ character: l, ttsStarted: e, active: n }) {
|
|
|
29768
29768
|
animationUrl: x.url,
|
|
29769
29769
|
type: l.type,
|
|
29770
29770
|
onLoad: S,
|
|
29771
|
-
onRender: () => f(!0),
|
|
29771
|
+
onRender: () => setTimeout(() => f(!0), 50),
|
|
29772
29772
|
texturable: !0,
|
|
29773
29773
|
interactive: !0,
|
|
29774
29774
|
merge: l.type !== "character",
|
|
29775
|
-
visible: d
|
|
29775
|
+
visible: d
|
|
29776
29776
|
}
|
|
29777
29777
|
) : null,
|
|
29778
29778
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|