mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Clear quick bar items with closing the quick bar dialog (#18025)
This commit is contained in:
parent
f7604b136e
commit
a68381a4d9
@ -119,6 +119,8 @@ export class QuickBar extends LitElement {
|
|||||||
this._focusSet = false;
|
this._focusSet = false;
|
||||||
this._filter = "";
|
this._filter = "";
|
||||||
this._search = "";
|
this._search = "";
|
||||||
|
this._entityItems = undefined;
|
||||||
|
this._commandItems = undefined;
|
||||||
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user