mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fixes Microsoft/monaco-editor#254: The view should assume it is focused only if focusing the textarea succeeded
This commit is contained in:
@@ -157,7 +157,7 @@ export class KeyboardHandler extends ViewEventHandler implements IDisposable {
|
||||
}
|
||||
|
||||
public focusTextArea(): void {
|
||||
this.textAreaHandler.writePlaceholderAndSelectTextAreaSync();
|
||||
this.textAreaHandler.focusTextArea();
|
||||
}
|
||||
|
||||
public onConfigurationChanged(e: editorCommon.IConfigurationChangedEvent): boolean {
|
||||
|
||||
Reference in New Issue
Block a user