@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
|
@@ -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 {
|