mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix cards not getting updated (#927)
This commit is contained in:
parent
8b719778d0
commit
cdb9936795
@ -64,6 +64,9 @@ class HaCardChooser extends Polymer.Element {
|
||||
});
|
||||
this.observer.observe(this);
|
||||
}
|
||||
if (!this._detachedChild) {
|
||||
this._updateCard(newData);
|
||||
}
|
||||
}
|
||||
}
|
||||
customElements.define(HaCardChooser.is, HaCardChooser);
|
||||
|
Loading…
x
Reference in New Issue
Block a user