Skip to content

Commit

Permalink
Don't expand sidebar automatically, let the user control this
Browse files Browse the repository at this point in the history
(closes #1562)
  • Loading branch information
bhousel committed Nov 14, 2024
1 parent e85cd71 commit ecb56d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ui/UiSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ecb56d1

Please sign in to comment.