mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 15:04:52 +00:00
Fix components not rebuilding content on theme change
This commit is contained in:
parent
36fbce85c2
commit
45a6c394ca
7 changed files with 39 additions and 0 deletions
|
|
@ -73,6 +73,11 @@ export class BashExecutionComponent extends Container {
|
|||
this.updateDisplay();
|
||||
}
|
||||
|
||||
override invalidate(): void {
|
||||
super.invalidate();
|
||||
this.updateDisplay();
|
||||
}
|
||||
|
||||
appendOutput(chunk: string): void {
|
||||
// Strip ANSI codes and normalize line endings
|
||||
// Note: binary data is already sanitized in tui-renderer.ts executeBashCommand
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue