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