forked from tykayn/funky-framadate-front
fix bug
This commit is contained in:
parent
497cf9e12c
commit
1055a0cdbe
@ -36,7 +36,7 @@ export class DatesComponent extends BaseComponent implements OnInit {
|
|||||||
this.cd.detectChanges();
|
this.cd.detectChanges();
|
||||||
const elem = document.querySelector(selector);
|
const elem = document.querySelector(selector);
|
||||||
if (elem) {
|
if (elem) {
|
||||||
elem.focus();
|
//this.elem.focus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user