mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Redundant call to scroll
This commit is contained in:
parent
ee04a9226b
commit
816871eed3
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = []
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue