Skip to content

Commit

Permalink
refactor: . add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilandikov committed Oct 5, 2024
1 parent d822195 commit b0c567f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Renderer/QueryResultsRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export class QueryResultsRenderer {
public query: IQuery;
protected queryType: string; // whilst there is only one query type, there is no point logging this value

// Renders the description in TaskLineRenderer:
private readonly textRenderer;
// Renders the group heading in this class:
private readonly renderMarkdown;
private readonly obsidianComponent: Component | null;

Expand Down

0 comments on commit b0c567f

Please sign in to comment.