Skip to content

Commit

Permalink
Stop toggle focus
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnk committed Apr 10, 2020
1 parent 931e2be commit 23aeb70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vs/workbench/contrib/searchEditor/browser/searchEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ export class SearchEditor extends BaseTextEditor {
const viewState = this.loadViewState();
if (viewState && viewState.focused === 'editor') {
this.queryEditorWidget.searchInput.focus();
} else {
this.searchResultEditor.focus();
}
}

Expand Down

0 comments on commit 23aeb70

Please sign in to comment.