mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 06:16:33 +00:00
Fix icon click in edit card overflow (#22686)
This commit is contained in:
parent
c3b7ce8dc4
commit
38da01abfa
@ -233,7 +233,7 @@ export class HuiCardEditMode extends LitElement {
|
||||
}
|
||||
|
||||
private _handleAction(ev) {
|
||||
switch (ev.target.action) {
|
||||
switch (ev.currentTarget.action) {
|
||||
case "edit":
|
||||
this._editCard();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user