@inappstory/slide-api 0.1.31 → 0.1.32
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7673,7 +7673,7 @@ class WidgetTimer extends WidgetBase {
|
|
|
7673
7673
|
}
|
|
7674
7674
|
mountTimerGroup(timerRenderer) {
|
|
7675
7675
|
const time = this.getCurrentTime();
|
|
7676
|
-
const content = this.
|
|
7676
|
+
const content = this.element.querySelector(".narrative-element-text-lines");
|
|
7677
7677
|
content.innerHTML = "";
|
|
7678
7678
|
const timerGroup = timerRenderer.render(time);
|
|
7679
7679
|
content.appendChild(timerGroup);
|