1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 19:42:42 +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 () {
setTimeout(() => {
this.input.nativeElement.focus()
})
}, 250)
}
save () {