mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
fixes #20989
This commit is contained in:
@@ -245,9 +245,9 @@ class MouseController<T> implements IDisposable {
|
||||
private onPointer(e: IListMouseEvent<T>) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
this.view.domNode.focus();
|
||||
this.list.setFocus([e.index]);
|
||||
this.list.open([e.index]);
|
||||
this.view.domNode.focus();
|
||||
}
|
||||
|
||||
dispose() {
|
||||
|
||||
Reference in New Issue
Block a user