Fix icon click in edit card overflow (#22686)

This commit is contained in:
Paul Bottein 2024-11-06 10:42:38 +01:00 committed by GitHub
parent c3b7ce8dc4
commit 38da01abfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;