mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Prevent download when alt-click tags
This commit is contained in:
		
							parent
							
								
									795dbc16d2
								
							
						
					
					
						commit
						9ac19417e7
					
				@ -17,7 +17,7 @@
 | 
				
			|||||||
    </ng-container>
 | 
					    </ng-container>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  <div class="mr-1">
 | 
					  <div class="mr-1">
 | 
				
			||||||
    <app-tag *ngIf="isTag; else displayName" [tag]="item" [clickable]="true" linkTitle="Filter by tag"></app-tag>
 | 
					    <app-tag *ngIf="isTag; else displayName" [tag]="item" [clickable]="false"></app-tag>
 | 
				
			||||||
    <ng-template #displayName><small>{{item.name}}</small></ng-template>
 | 
					    <ng-template #displayName><small>{{item.name}}</small></ng-template>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  <div class="badge badge-light rounded-pill ml-auto mr-1">{{item.document_count}}</div>
 | 
					  <div class="badge badge-light rounded-pill ml-auto mr-1">{{item.document_count}}</div>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user