@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.
@@ -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) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "2.12.12",
5
+ "version": "2.12.13",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",