This commit is contained in:
Eugene Pankov
2018-11-28 15:44:29 +01:00
parent eb81b9fd01
commit 8857ca9714

View File

@@ -16,7 +16,7 @@ export class RenameTabModalComponent {
ngOnInit () { ngOnInit () {
setTimeout(() => { setTimeout(() => {
this.input.nativeElement.focus() this.input.nativeElement.focus()
}) }, 250)
} }
save () { save () {