We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2d5e6 commit d5bde7dCopy full SHA for d5bde7d
1 file changed
src/vs/workbench/parts/search/browser/searchActions.ts
@@ -389,7 +389,7 @@ export class ReplaceAction extends AbstractSearchAndReplaceAction {
389
if (elementToFocus) {
390
this.viewer.setFocus(elementToFocus);
391
}
392
- this.viewer.DOMFocus();
+ this.viewer.DOMFocus();
393
if (!elementToShowReplacePreview || this.hasToOpenFile()) {
394
this.viewlet.open(this.element, true);
395
} else {
0 commit comments