Apply suggestions from code review of branch pause-logger
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
parent
b8bf8fbc18
commit
a8137fc6a0
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ export default {
|
|||
},
|
||||
|
||||
scrollToBottom() {
|
||||
/*Scroll to bottom of log unless the user is hovering over the log.*/
|
||||
this.$nextTick(() => {
|
||||
if (this.userIsHovering) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue