Clear quick bar items with closing the quick bar dialog (#18025)

This commit is contained in:
Paul Bottein 2023-09-26 14:27:27 +02:00 committed by GitHub
parent f7604b136e
commit a68381a4d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 });
}