@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.js CHANGED
@@ -1747,10 +1747,8 @@ class WidgetDataInput extends WidgetBase {
1747
1747
  this.setLocalData(this.localData, true);
1748
1748
  this._statEventInputSave(text);
1749
1749
  if (this.disableTimer) {
1750
- if ("_showNarrativeNextSlide" in window) {
1751
- this.showNextSlide();
1752
- needResumeUITimer = false;
1753
- }
1750
+ this.showNextSlide();
1751
+ needResumeUITimer = false;
1754
1752
  }
1755
1753
  }
1756
1754
  if (needResumeUITimer && !this.disableTimer) {