mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Reset height when not observing (#949)
This commit is contained in:
parent
5296dcfe85
commit
f75147c799
@ -38,6 +38,7 @@ class HaCardChooser extends Polymer.Element {
|
||||
this.observer.unobserve(this);
|
||||
this.observer = null;
|
||||
}
|
||||
this.style.height = '';
|
||||
this._updateCard(newData);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user