mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Redundant call to scroll
This commit is contained in:
		| @@ -35,7 +35,6 @@ export class LogsComponent implements OnInit, AfterViewChecked { | ||||
|   reloadLogs() { | ||||
|     this.logService.get(this.activeLog).subscribe(result => { | ||||
|       this.logs = result | ||||
|       this.scrollToBottom() | ||||
|     }, error => { | ||||
|       this.logs = [] | ||||
|     }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon