We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b0301 commit a34d686Copy full SHA for a34d686
playground/Components/Playground/Sidebar.razor
@@ -179,7 +179,7 @@
179
[Parameter] public EventCallback OnCopyShareUrlRequest { get; set; }
180
[Parameter] public EventCallback OnCreateGitHubIssueRequest { get; set; }
181
182
- private bool settingsExpanded = true;
+ private bool settingsExpanded = false;
183
private bool shareExpanded = true;
184
private string copyButtonText = "Copy Share URL";
185
0 commit comments