Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Renderer/QueryResultsRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class QueryResultsRenderer {

this.filterResults();

// We want to retain the Toolbar, to not lose the search string.
// We want to retain the Toolbar, to not lose the cursor position in the search string.
// But we need to delete any pre-existing headings, tasks and task count.
// The following while loop relies on the Toolbar being the first element.
while (content.firstElementChild !== content.lastElementChild) {
Expand Down