mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix: prevent edit button click toggling list selection
This commit is contained in:
		@@ -60,7 +60,7 @@
 | 
			
		||||
              <label class="form-check-label" for="{{typeName}}{{object.id}}"></label>
 | 
			
		||||
            </div>
 | 
			
		||||
          </td>
 | 
			
		||||
          <td scope="row"><button class="btn btn-link ms-0 ps-0 text-start" (click)="userCanEdit(object) ? openEditDialog(object) : null">{{ object.name }}</button> </td>
 | 
			
		||||
          <td scope="row"><button class="btn btn-link ms-0 ps-0 text-start" (click)="userCanEdit(object) ? openEditDialog(object) : null; $event.stopPropagation()">{{ object.name }}</button> </td>
 | 
			
		||||
          <td scope="row" class="d-none d-sm-table-cell">{{ getMatching(object) }}</td>
 | 
			
		||||
          <td scope="row">{{ object.document_count }}</td>
 | 
			
		||||
          @for (column of extraColumns; track column) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user