accounts: fix hiding of search options header for default sort

pull/270/head
Harvey Tindall 1 year ago
parent f24ea4a5f8
commit 708d382a3f
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -1867,6 +1867,7 @@ export class accountsList {
this._columns[this._activeSortColumn].ascending = true;
this._columns[this._activeSortColumn].hideIcon();
this._sortingByButton.parentElement.classList.add("hidden");
this.showHideSearchOptionsHeader();
};
this._sortingByButton.parentElement.addEventListener("click", defaultSort);

Loading…
Cancel
Save