Skip to content

Commit

Permalink
fixes #83387
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Nov 15, 2019
1 parent c1b6eda commit 1624087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/debug/browser/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export class Repl extends Panel implements IPrivateReplService, IHistoryNavigati
}

focus(): void {
this.replInput.focus();
setTimeout(() => this.replInput.focus(), 0);
}

getActionViewItem(action: IAction): IActionViewItem | undefined {
Expand Down

0 comments on commit 1624087

Please sign in to comment.