runem / lit-analyzer

Monorepository for tools that analyze lit-html templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colorpicking a private JS function

jongmana opened this issue · comments

when I call a private JS method (#) starting the name add in the html tag function, a colorpicker will be shown.

 <button @click="${this.#addRepair}">

Not sure if the problem originates from this extension, but when I disable the extension the problem disappears.