mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
Remove extra spacer before loader in BorderedLoader
This commit is contained in:
parent
e9cf47d09d
commit
7f0cd8bcb5
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ export class BorderedLoader extends Container {
|
|||
constructor(tui: TUI, theme: Theme, message: string) {
|
||||
super();
|
||||
this.addChild(new DynamicBorder());
|
||||
this.addChild(new Spacer(1));
|
||||
this.loader = new CancellableLoader(
|
||||
tui,
|
||||
(s) => theme.fg("accent", s),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue