Andrushika opened a new pull request, #71148: URL: https://github.com/apache/airflow/pull/71148
## Why The log viewer only renders rows inside the virtualized window. When a selection boundary scrolls out of view, its DOM node is removed and the browser selection collapses or drifts. https://github.com/user-attachments/assets/fc97f88c-bcf1-4fac-9993-c295139893c8 ## What Listen to `selectionchange` and keep the boundary rows in the virtualizer's `rangeExtractor`. This keeps at most two extra rows mounted while the user scrolls. After: https://github.com/user-attachments/assets/91747b4c-df17-4eee-9ff7-516aaa0eb418 closes: #68846 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Codex (GPT-5) Generated-by: Codex (GPT-5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
