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();
|
||||
const elem = document.querySelector(selector);
|
||||
if (elem) {
|
||||
elem.focus();
|
||||
//this.elem.focus();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user