@salesforcedevs/docs-components 1.3.343 → 1.3.344

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.343",
3
+ "version": "1.3.344",
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": "d4c1c5bf82d4746281ab317c624f74b8c7afa1f8"
27
+ "gitHead": "189d356c6cb2b3cca66b7728a288036c6850421a"
28
28
  }
@@ -455,6 +455,9 @@ export default class ContentLayout extends LightningElement {
455
455
  };
456
456
  this.observer.observe(headingElement);
457
457
  }
458
+
459
+ this.contentLoaded = true;
460
+
458
461
  if (!this.didScrollToSelectedHash) {
459
462
  this.didScrollToSelectedHash = true;
460
463
  this.scrollToHash(headingElements);