@salesforcedevs/docs-components 1.3.344 → 1.3.345
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": "1.3.
|
|
3
|
+
"version": "1.3.345",
|
|
4
4
|
"description": "Docs Lightning web components for DSC",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.js",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"@types/lodash.orderby": "4.6.9",
|
|
25
25
|
"@types/lodash.uniqby": "4.7.9"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "1b861f9642cae9cb495a6ab04a38a1983e495b9f"
|
|
28
28
|
}
|
|
@@ -456,8 +456,6 @@ export default class ContentLayout extends LightningElement {
|
|
|
456
456
|
this.observer.observe(headingElement);
|
|
457
457
|
}
|
|
458
458
|
|
|
459
|
-
this.contentLoaded = true;
|
|
460
|
-
|
|
461
459
|
if (!this.didScrollToSelectedHash) {
|
|
462
460
|
this.didScrollToSelectedHash = true;
|
|
463
461
|
this.scrollToHash(headingElements);
|
|
@@ -466,6 +464,7 @@ export default class ContentLayout extends LightningElement {
|
|
|
466
464
|
|
|
467
465
|
onSlotChange(): void {
|
|
468
466
|
this.updateRNB();
|
|
467
|
+
this.contentLoaded = true;
|
|
469
468
|
}
|
|
470
469
|
|
|
471
470
|
// eslint-disable-next-line no-undef
|