mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
let OpenDocumentsService handle nav
This commit is contained in:
parent
ba1bb95935
commit
1efd226f75
10 changed files with 38 additions and 65 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue