Skip to content

Commit

Permalink
Merge pull request #7 from wonderfulday-john/patch-1
Browse files Browse the repository at this point in the history
Update side_panel.js
  • Loading branch information
wavebreaker-lucas authored Sep 27, 2024
2 parents 11bcf2a + 1dde184 commit 6004155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions side_panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ function updateStepList() {
fragment.appendChild(stepElement);
}
stepList.appendChild(fragment);
// Scroll to the bottom
stepList.scrollTop = stepList.scrollHeight;
}

Expand Down Expand Up @@ -317,4 +316,4 @@ function updateUI() {
}

// Initialize the side panel
updateUI();
updateUI();

0 comments on commit 6004155

Please sign in to comment.