Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ghost opened this issue Sep 12, 2022 · 1 comment
Closed

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

ghost opened this issue Sep 12, 2022 · 1 comment
Labels
question Further information is requested

Comments

@ghost
Copy link

ghost commented Sep 12, 2022

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

@ghost ghost added the bug Something isn't working label Sep 12, 2022
@denysdovhan denysdovhan added question Further information is requested and removed bug Something isn't working labels Jun 9, 2023
@denysdovhan
Copy link
Owner

You are responsible for changes you made in a bundled card. Sorry, I can't help with that. Try reinstalling from scratch.

@denysdovhan denysdovhan closed this as not planned Won't fix, can't repro, duplicate, stale Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant