mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 10:53:53 +01:00
debug: do not hide breakpoint widget on 'blur'
This commit is contained in:
@@ -78,10 +78,6 @@ export class BreakpointWidget extends ZoneWidget {
|
||||
wrapUp(isEnter);
|
||||
}
|
||||
}));
|
||||
|
||||
this.toDispose.push(dom.addDisposableListener(this.inputBox.inputElement, 'blur', () => {
|
||||
wrapUp(true);
|
||||
}));
|
||||
}
|
||||
|
||||
public dispose(): void {
|
||||
|
||||
Reference in New Issue
Block a user