Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
argirok 2023-10-16 12:21:35 +03:00
commit 953c11a3b2
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ export class SearchInputComponent implements OnInit, AfterViewInit {
ngAfterViewInit() {
if(typeof document !== 'undefined') {
this.ratio = Number.parseFloat(getComputedStyle(this.searchInput.nativeElement).getPropertyValue('--search-input-icon-ratio'));
this.cdr.detectChanges();
}
}