1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-26 11:27:46 +02:00

accounts: fix hiding of search options header for default sort

This commit is contained in:
Harvey Tindall 2023-06-14 18:43:46 +01:00
parent f24ea4a5f8
commit 708d382a3f
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

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