@salesforcedevs/docs-components 1.17.0-hack-alpha3 → 1.17.0-hack-alpha4

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.17.0-hack-alpha3",
3
+ "version": "1.17.0-hack-alpha4",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -59,7 +59,6 @@
59
59
  value={tocValue}
60
60
  ></dx-toc>
61
61
  </div>
62
- <doc-comment-popup></doc-comment-popup>
63
62
  </div>
64
63
  <div lwc:if={showFooter} class="footer-container">
65
64
  <dx-footer variant="no-signup"></dx-footer>
@@ -141,7 +141,7 @@ export default class Heading extends LightningElement {
141
141
  }
142
142
 
143
143
  get hasCommentPopup() {
144
- return this.index !== undefined;
144
+ return this.currentBranch !== undefined;
145
145
  }
146
146
 
147
147
  // Comment popup handlers
@@ -59,7 +59,6 @@
59
59
  value={tocValue}
60
60
  ></dx-toc>
61
61
  </div>
62
- <doc-comment-popup></doc-comment-popup>
63
62
  </div>
64
63
  <div lwc:if={showFooter} class="footer-container">
65
64
  <dx-footer variant="no-signup"></dx-footer>