let OpenDocumentsService handle nav
This commit is contained in:
@@ -204,7 +204,7 @@ export class DocumentDetailComponent
|
||||
this.openDocumentService.getOpenDocument(this.documentId)
|
||||
)
|
||||
} else {
|
||||
this.openDocumentService.openDocument(doc)
|
||||
this.openDocumentService.openDocument(doc, false)
|
||||
this.updateComponent(doc)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user