Commit e29fd906 authored by Phil Hughes's avatar Phil Hughes

Merge branch '37313-scroll-to-bottom' into 'master'

Adds missing state prop to log.vue

Closes #35222, #36625, and #37313

See merge request gitlab-org/gitlab!20772
parents c4e088c8 4387299a
...@@ -9,7 +9,12 @@ export default { ...@@ -9,7 +9,12 @@ export default {
LogLine, LogLine,
}, },
computed: { computed: {
...mapState(['traceEndpoint', 'trace', 'isTraceComplete']), ...mapState([
'traceEndpoint',
'trace',
'isTraceComplete',
'isScrolledToBottomBeforeReceivingTrace',
]),
}, },
updated() { updated() {
this.$nextTick(() => { this.$nextTick(() => {
......
---
title: Fixes job log not scrolling to the bottom
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment