Skip to content

Commit

Permalink
fix(#2436): fixes follow mode of logs in logfile view (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed May 12, 2023
1 parent 65c7314 commit 8c19f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default {
document.querySelector('.log-viewer > table')?.appendChild(row);
});
if (!this.atBottom) {
if (this.atBottom) {
this.scrollToBottom();
}
},
Expand Down

0 comments on commit 8c19f6c

Please sign in to comment.