@uxbertlabs/reportly 1.0.14 → 1.0.15

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/reportly.js CHANGED
@@ -9525,6 +9525,7 @@ var Reportly = (function () {
9525
9525
  domDoc.defaultView?.scrollTo(0, scrollY);
9526
9526
  await this.wait(100);
9527
9527
  }
9528
+ domDoc.defaultView?.scrollTo(0, 0);
9528
9529
  await this.wait(3000);
9529
9530
  },
9530
9531
  ignoreElements: (element) => {