@gamelearn/arcade-components 3.31.4 → 3.31.5
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.
|
@@ -61027,7 +61027,7 @@ function DialogComponent({
|
|
|
61027
61027
|
ue(ke, me);
|
|
61028
61028
|
}
|
|
61029
61029
|
}, St = () => {
|
|
61030
|
-
if (!K.uid || !(K != null && K.emotion) || z.current)
|
|
61030
|
+
if (!(K != null && K.uid) || !(K != null && K.emotion) || z.current)
|
|
61031
61031
|
return;
|
|
61032
61032
|
const { emotion: ke, uid: pt, animation: ot } = K, _e = getCurrentVisible(pt, C);
|
|
61033
61033
|
if (_e) {
|