mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: prevent auto-scroll when highlighting playback timestamps
This commit is contained in:
parent
4e59b62026
commit
831564cf48
1 changed files with 1 additions and 2 deletions
|
@ -212,8 +212,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
if (listItem) {
|
||||
listItem.classList.add('active-marker');
|
||||
|
||||
// Scroll the list item into view if needed
|
||||
listItem.scrollIntoView({ behavior: 'smooth', block: 'nearest' });
|
||||
// No longer scrolling into view to avoid shifting focus
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue