Pārlūkot izejas kodu

Only force show if not visible

main
Eric Amodio pirms 5 gadiem
vecāks
revīzija
1f1acb29fc
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +3
    -1
      src/views/searchView.ts

+ 3
- 1
src/views/searchView.ts Parādīt failu

@ -120,7 +120,9 @@ export class SearchView extends ViewBase {
},
results?: Promise<GitLog | undefined> | GitLog
) {
await this.show();
if (!this.visible) {
await this.show();
}
const searchQueryFn = this.getSearchQueryFn(
results || Container.git.getLogForSearch(repoPath, search, options),

Notiek ielāde…
Atcelt
Saglabāt