@salesforcedevs/docs-components 0.66.1-alpha → 0.66.1-alpha2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "0.66.1-alpha",
3
+ "version": "0.66.1-alpha2",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -125,6 +125,9 @@ export default class ContentLayout extends LightningElement {
125
125
  this._scrollInterval = window.setInterval(() => {
126
126
  this.saveScroll();
127
127
  }, 1000);
128
+
129
+
130
+ this.restoreScroll();
128
131
 
129
132
  }
130
133
 
@@ -138,7 +141,6 @@ export default class ContentLayout extends LightningElement {
138
141
  this.attachInteractionObserver,
139
142
  OBSERVER_ATTACH_WAIT_TIME
140
143
  );
141
- this.restoreScroll();
142
144
  }
143
145
 
144
146
  disconnectedCallback(): void {