mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-20 17:43:36 +00:00
Clear more info content when switching entity (#16846)
This commit is contained in:
@@ -55,6 +55,9 @@ class MoreInfoContent extends ReactiveElement {
|
||||
}
|
||||
|
||||
if (!moreInfoType) {
|
||||
if (this.lastChild) {
|
||||
this.removeChild(this.lastChild);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user