Adjust widget spacing with empty state
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user