@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.js
CHANGED
|
@@ -7671,7 +7671,7 @@ class WidgetTimer extends WidgetBase {
|
|
|
7671
7671
|
}
|
|
7672
7672
|
mountTimerGroup(timerRenderer) {
|
|
7673
7673
|
const time = this.getCurrentTime();
|
|
7674
|
-
const content = this.
|
|
7674
|
+
const content = this.element.querySelector(".narrative-element-text-lines");
|
|
7675
7675
|
content.innerHTML = "";
|
|
7676
7676
|
const timerGroup = timerRenderer.render(time);
|
|
7677
7677
|
content.appendChild(timerGroup);
|