Skip to content

Commit

Permalink
Clear quick bar items with closing the quick bar dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Sep 26, 2023
1 parent f7604b1 commit 8ff188a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialogs/quick-bar/ha-quick-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
}

Expand Down

0 comments on commit 8ff188a

Please sign in to comment.