mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 10:37:12 -04:00 
			
		
		
		
	remove new line =/
This commit is contained in:
		
							parent
							
								
									01cd4c7546
								
							
						
					
					
						commit
						59008ea765
					
				| @ -269,7 +269,6 @@ export class DocumentListViewService { | ||||
|       if (this.lastRangeSelectionToIndex !== null && | ||||
|           ((this.lastRangeSelectionToIndex > this.rangeSelectionAnchorIndex && documentToIndex <= this.rangeSelectionAnchorIndex) || | ||||
|           (this.lastRangeSelectionToIndex < this.rangeSelectionAnchorIndex && documentToIndex >= this.rangeSelectionAnchorIndex))) { | ||||
| 
 | ||||
|         // new click is "opposite side" of anchor so we invert the old selection
 | ||||
|         this.documents.slice(Math.min(this.rangeSelectionAnchorIndex, this.lastRangeSelectionToIndex), Math.max(this.rangeSelectionAnchorIndex, this.lastRangeSelectionToIndex) + 1).forEach(d => { | ||||
|           this.selected.delete(d.id) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user