1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-26 12:03:31 +03:00
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 () {