diff --git a/ccc-client/src/components/Progress.vue b/ccc-client/src/components/Progress.vue index 17f75ec..65cdd4d 100644 --- a/ccc-client/src/components/Progress.vue +++ b/ccc-client/src/components/Progress.vue @@ -129,8 +129,6 @@ export default defineComponent({ this.stepTitle = backendStep.data.title; this.stepDescription = backendStep.data.description; this.currentStep = backendStep.data.currentStep; - let $stepRef = [this.$refs[`${this.currentStep}-step`] as Ref]; - $stepRef[ 0 ].value.scrollIntoView(); this.consoleOutput = this.reformatOutput(backendStep.data.output); const consoleCard = document.getElementById('console'); if (consoleCard) {