Skip to content

Commit a9142bb

Browse files
authored
Fixes search progress icon doesn't go away after canceling replace (microsoft#182004)
Fixes microsoft#181931
1 parent 80b873a commit a9142bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/search/browser/searchView.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,8 @@ export class SearchView extends ViewPane {
689689
errors.isCancellationError(error);
690690
this.notificationService.error(error);
691691
});
692+
} else {
693+
progressComplete();
692694
}
693695
});
694696
}

0 commit comments

Comments
 (0)