mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
breakpoint widget: focus input on change context to make it more user friendly
This commit is contained in:
@@ -152,6 +152,7 @@ export class BreakpointWidget extends ZoneWidget implements IPrivateBreakpointWi
|
||||
|
||||
const value = this.getInputValue(this.breakpoint);
|
||||
this.input.getModel().setValue(value);
|
||||
this.input.focus();
|
||||
});
|
||||
|
||||
this.createBreakpointInput(dom.append(container, $('.inputContainer')));
|
||||
|
||||
Reference in New Issue
Block a user