@gamelearn/arcade-components 2.12.9 → 2.12.10

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.
@@ -317,6 +317,7 @@ var TextClickPuzzleComponent = function TextClickPuzzleComponent(_ref) {
317
317
  text: list[currentSlide].info.orderFeedback.desc || translate('puzzles.incorrectOrder'),
318
318
  timeout: false
319
319
  });
320
+ setCurrentSlide(0);
320
321
  } else {
321
322
  // si has click en mala repuesta
322
323
  handleIncorrectClick(currentTextDom, specificWrongFeedback);
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.9",
5
+ "version": "2.12.10",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",