Fix target picker in card editor (#27800)

This commit is contained in:
Wendelin 2025-11-05 10:03:56 +01:00 committed by GitHub
parent 50df2a34cd
commit cea691a04e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,7 +347,8 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
this._pickerFilter = filter;
};
private _hidePicker() {
private _hidePicker(ev) {
ev.stopPropagation();
this._open = false;
this._pickerWrapperOpen = false;