cradova 3.7.8 → 3.7.9

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -503,11 +503,6 @@ class Page {
503
503
  this._snapshot_html = this._template.outerHTML;
504
504
  RouterBox.doc.appendChild(this._template);
505
505
  window.CradovaEvent.dispatchEvent("after_comp_is_mounted");
506
- window.scrollTo({
507
- top: 0,
508
- left: 0,
509
- behavior: "instant"
510
- });
511
506
  if (this._snapshot)
512
507
  this._takeSnapShot();
513
508
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cradova",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "description": "Build Powerful ⚡ Web Apps with Ease",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",