mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
Adjust widget spacing with empty state
This commit is contained in:
parent
b95cb7503e
commit
62a423a218
1 changed files with 1 additions and 0 deletions
|
|
@ -842,6 +842,7 @@ export class InteractiveMode {
|
|||
this.widgetContainer.clear();
|
||||
|
||||
if (this.extensionWidgets.size === 0) {
|
||||
this.widgetContainer.addChild(new Spacer(1));
|
||||
this.ui.requestRender();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue