mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 11:07:00 +01:00
Implement double-click documents
This commit is contained in:
parent
d5ab1119d3
commit
95d32dc0da
6 changed files with 15 additions and 5 deletions
|
|
@ -38,6 +38,9 @@ export class DocumentCardSmallComponent extends ComponentWithPermissions {
|
|||
@Input()
|
||||
document: PaperlessDocument
|
||||
|
||||
@Output()
|
||||
dblClickDocument = new EventEmitter()
|
||||
|
||||
@Output()
|
||||
clickTag = new EventEmitter<number>()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue