mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 11:03:02 -05:00
Remove unecessary terminal focus
This commit is contained in:
@@ -153,9 +153,6 @@ export class TerminalInstance {
|
||||
let text = window.getSelection().toString();
|
||||
if (!text || force) {
|
||||
this.terminal.focus();
|
||||
if (this.terminal._textarea) {
|
||||
this.terminal._textarea.focus();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user