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.
- package/dist/index.js +0 -5
- 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
|
}
|