Hide Open in Editor for notebook search (#14356)

* Hide Open in Editor for notebook search

* Add type to new parameter
This commit is contained in:
Chris LaFreniere
2021-02-19 11:05:02 -08:00
committed by GitHub
parent eb61af2f12
commit f528ffea9b
2 changed files with 18 additions and 11 deletions

View File

@@ -384,7 +384,7 @@ export class NotebookSearchView extends SearchView {
}
protected async refreshAndUpdateCount(event?: IChangeEvent): Promise<void> {
this.updateSearchResultCount(this.viewModel.searchResult.query!.userDisabledExcludesAndIgnoreFiles);
this.updateSearchResultCount(this.viewModel.searchResult.query!.userDisabledExcludesAndIgnoreFiles, false);
return this.refreshTree(event);
}