Skip to content

Commit

Permalink
debugging cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Dec 19, 2023
1 parent c69632a commit d70b26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/elements/how-section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class HowSection extends ScopedElementsMixin(LitElement) {
><p id="how-selection-element"
@click=${(e:any)=>this.handleSelect(e)}>${this.highlitContent(this.highlitRange,section.content)}</p></div>
<p @click=${(e:any)=>this.handleSelect(e)}>comment</p>`
`
}
}
return html`Section Missing`
Expand Down

0 comments on commit d70b26e

Please sign in to comment.