Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
953c11a3b2
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue