Skip to content

Commit

Permalink
fix(controller): render results immediately after finding them
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed Jun 6, 2024
1 parent ec96082 commit 10ca9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ export class Controller {
this.resultsService.sortResults(this.config.sortBy);
this.uiResults.clear();
}
this.printFoldersSection();
}),
mergeMap((nodeFolder) => {
return this.calculateFolderStats(nodeFolder);
Expand Down

0 comments on commit 10ca9da

Please sign in to comment.