mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 04:52:56 +00:00
Don't fire change on tag picker when not changed (#13537)
This commit is contained in:
@@ -56,6 +56,9 @@ export class HaTagTrigger extends LitElement implements TriggerElement {
|
||||
}
|
||||
|
||||
private _tagChanged(ev) {
|
||||
if (this.trigger.tag_id === ev.detail.value) {
|
||||
return;
|
||||
}
|
||||
fireEvent(this, "value-changed", {
|
||||
value: {
|
||||
...this.trigger,
|
||||
|
||||
Reference in New Issue
Block a user