mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 01:01:42 +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();
|
this.widgetContainer.clear();
|
||||||
|
|
||||||
if (this.extensionWidgets.size === 0) {
|
if (this.extensionWidgets.size === 0) {
|
||||||
|
this.widgetContainer.addChild(new Spacer(1));
|
||||||
this.ui.requestRender();
|
this.ui.requestRender();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue