@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.
@@ -9524,6 +9524,7 @@ class Screenshot {
9524
9524
  domDoc.defaultView?.scrollTo(0, scrollY);
9525
9525
  await this.wait(100);
9526
9526
  }
9527
+ domDoc.defaultView?.scrollTo(0, 0);
9527
9528
  await this.wait(3000);
9528
9529
  },
9529
9530
  ignoreElements: (element) => {