mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
accounts: fix hiding of search options header for default sort
This commit is contained in:
parent
f24ea4a5f8
commit
708d382a3f
@ -1867,6 +1867,7 @@ export class accountsList {
|
|||||||
this._columns[this._activeSortColumn].ascending = true;
|
this._columns[this._activeSortColumn].ascending = true;
|
||||||
this._columns[this._activeSortColumn].hideIcon();
|
this._columns[this._activeSortColumn].hideIcon();
|
||||||
this._sortingByButton.parentElement.classList.add("hidden");
|
this._sortingByButton.parentElement.classList.add("hidden");
|
||||||
|
this.showHideSearchOptionsHeader();
|
||||||
};
|
};
|
||||||
|
|
||||||
this._sortingByButton.parentElement.addEventListener("click", defaultSort);
|
this._sortingByButton.parentElement.addEventListener("click", defaultSort);
|
||||||
|
Loading…
Reference in New Issue
Block a user