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;