mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-02 23:05:15 +01:00
fix #180899
This commit is contained in:
+1
@@ -164,6 +164,7 @@ export class AccessibleBufferWidget extends TerminalAccessibleWidget {
|
||||
} else {
|
||||
this._cursorPosition = { lineNumber: item.lineNumber, column: 1 };
|
||||
}
|
||||
quickPick.dispose();
|
||||
this.editorWidget.focus();
|
||||
return;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user