From a8137fc6a06545de2d2b28d067fa47f5180d326e Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Mon, 28 Jul 2025 12:03:21 +0000 Subject: [PATCH] Apply suggestions from code review of branch pause-logger Co-authored-by: Julian Stirling --- webapp/src/components/labThingsComponents/actionLogDisplay.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/components/labThingsComponents/actionLogDisplay.vue b/webapp/src/components/labThingsComponents/actionLogDisplay.vue index de02fcaa..1d111287 100644 --- a/webapp/src/components/labThingsComponents/actionLogDisplay.vue +++ b/webapp/src/components/labThingsComponents/actionLogDisplay.vue @@ -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;