@salesforcedevs/docs-components 1.17.0-hack-alpha2 → 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
|
@@ -26,8 +26,6 @@ export default class Heading extends LightningElement {
|
|
|
26
26
|
|
|
27
27
|
// Comment popup attributes
|
|
28
28
|
@api index?: string;
|
|
29
|
-
@api contentType?: string;
|
|
30
|
-
@api headingTitle?: string;
|
|
31
29
|
@api filePath?: string;
|
|
32
30
|
@api startLine?: string;
|
|
33
31
|
@api endLine?: string;
|
|
@@ -143,7 +141,7 @@ export default class Heading extends LightningElement {
|
|
|
143
141
|
}
|
|
144
142
|
|
|
145
143
|
get hasCommentPopup() {
|
|
146
|
-
return this.
|
|
144
|
+
return this.currentBranch !== undefined;
|
|
147
145
|
}
|
|
148
146
|
|
|
149
147
|
// Comment popup handlers
|