We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896409a commit 6e435f9Copy full SHA for 6e435f9
src/vellum-doc.ts
@@ -86,7 +86,7 @@ export class VellumDocument extends LitElement {
86
override connectedCallback() {
87
super.connectedCallback()
88
this.labelHeaders()
89
- this.exportIndexParts()
+ this.exportIndexHeadingParts()
90
}
91
92
labelHeaders() {
@@ -116,7 +116,7 @@ export class VellumDocument extends LitElement {
116
})
117
118
119
- exportIndexParts() {
+ exportIndexHeadingParts() {
120
this.headings.forEach(heading => {
121
heading.part.add(`index-${heading.localName}`)
122
0 commit comments