titleInput may be undefined if in a different tab

This commit is contained in:
Michael Shamoon 2022-02-16 11:36:22 -08:00
parent 3e35d9cd8c
commit 06253ed8f2

View File

@ -232,7 +232,7 @@ export class DocumentDetailComponent implements OnInit, OnDestroy, DirtyComponen
.subscribe(({updateResult, nextDocId, closeResult}) => {
if (closeResult) {
this.router.navigate(['documents', nextDocId])
this.titleInput.focus()
this.titleInput?.focus()
}
}, error => {
this.networkActive = false