Adjust widget spacing with empty state

This commit is contained in:
Mario Zechner 2026-01-09 21:42:44 +01:00
parent b95cb7503e
commit 62a423a218

View file

@ -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;
}