@gamelearn/arcade-components 1.30.1 → 1.30.2

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.
@@ -134,7 +134,7 @@ var ComicComponent = function ComicComponent(_ref) {
134
134
  setAudioFailed(true);
135
135
  },
136
136
  onFinish: function onFinish() {
137
- if (automatic) {
137
+ if (automatic && !(slide !== null && slide !== void 0 && slide.slideTimer)) {
138
138
  goToNextSlide();
139
139
  }
140
140
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "1.30.1",
5
+ "version": "1.30.2",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",