mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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._filter = "";
|
||||
this._search = "";
|
||||
this._entityItems = undefined;
|
||||
this._commandItems = undefined;
|
||||
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user