mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-25 18:57:19 +00:00
Cleanup some selectors firing double value-changed events (#26302)
This commit is contained in:
@@ -33,6 +33,7 @@ export class HaSelectorUiAction extends LitElement {
|
||||
}
|
||||
|
||||
private _valueChanged(ev: CustomEvent) {
|
||||
ev.stopPropagation();
|
||||
fireEvent(this, "value-changed", { value: ev.detail.value });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user