We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3e6e8 commit 4e53a02Copy full SHA for 4e53a02
src/vs/workbench/contrib/debug/browser/exceptionWidget.ts
@@ -122,7 +122,7 @@ export class ExceptionWidget extends ZoneWidget {
122
this.container?.focus();
123
}
124
125
- hasFocus(): boolean {
+ override hasFocus(): boolean {
126
return dom.isAncestor(document.activeElement, this.container);
127
128
src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.ts
@@ -467,7 +467,7 @@ class DirtyDiffWidget extends PeekViewWidget {
467
this.editor.revealLineInCenterIfOutsideViewport(range.endLineNumber, ScrollType.Smooth);
468
469
470
471
return this.diffEditor.hasTextFocus();
472
473
0 commit comments