vacuum-card icon indicating copy to clipboard operation
vacuum-card copied to clipboard

Moved the More-Info button to fill-gap, now the button doesn't work

Open ams3401 opened this issue 2 years ago • 0 comments

1v2

I modified the .js file to relocate More-Info button to where fill-gap was originally located as follows:

`

<ha-icon-button label="','" @click="','" > <ha-icon-button label="','" @click="','" > <ha-icon-button class="more-info" icon="mdi:dots-vertical" ?more-info="true" @click="','" >
`

Now, the button doesn't respond to clicks and this is the error code in Edge console: Uncaught TypeError: this._$AH.handleEvent is not a function at gt.handleEvent (vacuum-card.js?v=1.2:1:26316) handleEvent @ vacuum-card.js?v=1.2:1

ams3401 avatar Sep 12 '22 05:09 ams3401