Fix a bug with arrow in slider of selected filters.
This commit is contained in:
parent
ed7e66852a
commit
6984e4a4c6
|
@ -1641,7 +1641,8 @@ export class NewSearchPageComponent implements OnInit, OnDestroy, OnChanges {
|
|||
|
||||
this.checkSelectedFilters(this.filters);
|
||||
this.countSelectedFilters(this.filters);
|
||||
this.updateMeta(this.pageTitle)
|
||||
this.updateMeta(this.pageTitle);
|
||||
this.cdr.detectChanges();
|
||||
return this.filters;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue