@gamelearn/arcade-components 2.12.12 → 2.12.13
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.
package/dist/components/image-click-wrapper-component/components/ImageClickWrapperComponent.js
CHANGED
|
@@ -398,6 +398,10 @@ var ImageClickWrapperComponent = function ImageClickWrapperComponent(props) {
|
|
|
398
398
|
if (hasClickOrder && area.index === clickedZones.length || !hasClickOrder) {
|
|
399
399
|
var _specificFeedbacks$co2;
|
|
400
400
|
|
|
401
|
+
if (timer) {
|
|
402
|
+
pauseTheCounter();
|
|
403
|
+
}
|
|
404
|
+
|
|
401
405
|
handleClick();
|
|
402
406
|
|
|
403
407
|
if (specificFeedbacks !== null && specificFeedbacks !== void 0 && (_specificFeedbacks$co2 = specificFeedbacks.correctFeedbacks) !== null && _specificFeedbacks$co2 !== void 0 && _specificFeedbacks$co2.length) {
|