Apply suggestions from code review of branch pause-logger

Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
Joe Knapper 2025-07-28 12:03:21 +00:00
parent b8bf8fbc18
commit a8137fc6a0

View file

@ -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;