Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Restore Real-Time Autoscrolling of Logs #7365

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rajatsingh23
Copy link
Contributor

@rajatsingh23 rajatsingh23 commented Feb 12, 2025

Closes #7252

Screen.Recording.2025-02-12.180659.mp4

Changes Made:

  • Updated the references to logsScrollerRefs to directly access the element without using [0].
  • Since each DynamicScroller is uniquely identified by currentTaskRunIndex and attemptUid, using [0] was redundant.
  • This change simplifies the code and improves readability without affecting functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To review
Development

Successfully merging this pull request may close these issues.

AutoScroll on log during execution are not following log anymore
1 participant