Bug 1935073 - Fix sort indicator in "Search Messages" window. r=john.bieling
Differential Revision: https://phabricator.services.mozilla.com/D231169 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
ea2898caab
Коммит
269f7e4b92
|
@ -567,8 +567,8 @@ FolderDisplayWidget.prototype = {
|
|||
_updateThreadDisplay() {
|
||||
if (this.view.dbView) {
|
||||
UpdateSortIndicators(
|
||||
this.view.dbView.sortType,
|
||||
this.view.dbView.sortOrder
|
||||
this.view.primarySortColumnId,
|
||||
this.view.primarySortOrder
|
||||
);
|
||||
SetNewsFolderColumns();
|
||||
UpdateSelectCol();
|
||||
|
|
Загрузка…
Ссылка в новой задаче