We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b0851 commit 36be5bbCopy full SHA for 36be5bb
1 file changed
src/ui/components/results.ui.ts
@@ -204,8 +204,7 @@ export class ResultsUi extends HeavyUi implements InteractiveUi {
204
MARGINS.ROW_RESULTS_START + this.scroll + 1;
205
206
const shouldScrollDown =
207
- this.getRow(this.resultIndex) > this.terminal.rows + this.scroll - 2 &&
208
- this.resultIndex < this.resultsService.results.length - 1;
+ this.getRow(this.resultIndex) > this.terminal.rows + this.scroll - 2;
209
210
const isOnBotton =
211
this.resultIndex === this.resultsService.results.length - 1;
0 commit comments