diff --git a/modules/ui/UiSidebar.js b/modules/ui/UiSidebar.js index 8094f925d..d814e86c3 100644 --- a/modules/ui/UiSidebar.js +++ b/modules/ui/UiSidebar.js @@ -349,7 +349,8 @@ export class UiSidebar { .classed('inspector-hidden', false) .classed('inspector-hover', false); - this.expand(true); + // Don't expand automatically, let the user control this - Rapid#1562 + // this.expand(true); // Always redraw the Inspector even if the ids are the same, // as the entities themselves may have changed.