mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
remove extra tabindex assignment
This commit is contained in:
@@ -205,7 +205,6 @@ function initializeScroll(scrollableElement: HTMLElement, disposables: Disposabl
|
||||
scrollableElement.scrollTop = scrollTop !== undefined ? scrollTop : scrollableElement.scrollHeight;
|
||||
scrollableElement.addEventListener('scroll', onScrollHandler);
|
||||
disposables.push({ dispose: () => scrollableElement.removeEventListener('scroll', onScrollHandler) });
|
||||
scrollableElement.tabIndex = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user