We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9650a commit 97e0d08Copy full SHA for 97e0d08
ccc-client/src/components/Progress.vue
@@ -129,8 +129,6 @@ export default defineComponent({
129
this.stepTitle = backendStep.data.title;
130
this.stepDescription = backendStep.data.description;
131
this.currentStep = backendStep.data.currentStep;
132
- let $stepRef = [this.$refs[`${this.currentStep}-step`] as Ref<Element>];
133
- $stepRef[ 0 ].value.scrollIntoView();
134
this.consoleOutput = this.reformatOutput(backendStep.data.output);
135
const consoleCard = document.getElementById('console');
136
if (consoleCard) {
0 commit comments