@gamelearn/arcade-components 2.12.3 → 2.12.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.
|
@@ -727,6 +727,8 @@ var DialogComponent = function DialogComponent(_ref) {
|
|
|
727
727
|
y: animationTarget.current.position.y,
|
|
728
728
|
z: animationTarget.current.position.z
|
|
729
729
|
});
|
|
730
|
+
} else {
|
|
731
|
+
zoomStarted.current = false;
|
|
730
732
|
}
|
|
731
733
|
}, [animationRunning]); // Animate Camera
|
|
732
734
|
// 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
|
|
@@ -9,7 +9,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
11
|
|
|
12
|
-
var LABELS_INDEX = ['A', 'B', 'C'];
|
|
12
|
+
var LABELS_INDEX = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J'];
|
|
13
13
|
|
|
14
14
|
var Questions = function Questions(_ref) {
|
|
15
15
|
var disabled = _ref.disabled,
|
package/dist/helpers/index.js
CHANGED
|
@@ -194,7 +194,7 @@ var executeCrossFade = function executeCrossFade(startAction, endAction) {
|
|
|
194
194
|
exports.executeCrossFade = executeCrossFade;
|
|
195
195
|
|
|
196
196
|
var executeTalkingAnimation = function executeTalkingAnimation(target, talkingURL) {
|
|
197
|
-
if (target) {
|
|
197
|
+
if (target && talkingURL) {
|
|
198
198
|
var tracks = [];
|
|
199
199
|
var _target$userData = target.userData,
|
|
200
200
|
mixer = _target$userData.mixer,
|