Skip to content

Commit 10ca9da

Browse files
committed
fix(controller): render results immediately after finding them
1 parent ec96082 commit 10ca9da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ export class Controller {
434434
this.resultsService.sortResults(this.config.sortBy);
435435
this.uiResults.clear();
436436
}
437+
this.printFoldersSection();
437438
}),
438439
mergeMap((nodeFolder) => {
439440
return this.calculateFolderStats(nodeFolder);

0 commit comments

Comments
 (0)