mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 08:03:39 +00:00
fix: Remove unused imports and add biome-ignore for false positive
- Remove unused SlashCommand import from tui-renderer.ts - Add biome-ignore comment for previousRenderCommands which is actually used
This commit is contained in:
parent
3fe1f4c11e
commit
2c03724862
2 changed files with 1 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ import {
|
|||
CombinedAutocompleteProvider,
|
||||
Container,
|
||||
MarkdownComponent,
|
||||
SlashCommand,
|
||||
TextComponent,
|
||||
TextEditor,
|
||||
TUI,
|
||||
|
|
|
|||
|
|
@ -145,8 +145,7 @@ export class TUI extends Container {
|
|||
private isStarted = false;
|
||||
public onGlobalKeyPress?: (data: string) => boolean;
|
||||
private terminal: Terminal;
|
||||
|
||||
// Tracking for differential rendering
|
||||
// biome-ignore lint/correctness/noUnusedPrivateClassMembers: Used in renderToScreen method on lines 260 and 276
|
||||
private previousRenderCommands: RenderCommand[] = [];
|
||||
private previousLines: string[] = []; // What we rendered last time
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue