@inappstory/slide-api 0.0.7 → 0.0.8
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/index.cjs +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1749,10 +1749,8 @@ class WidgetDataInput extends WidgetBase {
|
|
|
1749
1749
|
this.setLocalData(this.localData, true);
|
|
1750
1750
|
this._statEventInputSave(text);
|
|
1751
1751
|
if (this.disableTimer) {
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
needResumeUITimer = false;
|
|
1755
|
-
}
|
|
1752
|
+
this.showNextSlide();
|
|
1753
|
+
needResumeUITimer = false;
|
|
1756
1754
|
}
|
|
1757
1755
|
}
|
|
1758
1756
|
if (needResumeUITimer && !this.disableTimer) {
|