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 bfb6cc7 commit 5225bb9Copy full SHA for 5225bb9
src/BootstrapBlazor/Components/Console/Console.razor.cs
@@ -150,7 +150,7 @@ public partial class Console
150
/// <summary>
151
/// 获得 是否显示 Footer
152
/// </summary>
153
- protected bool ShowFooter => OnClear != null || ShowAutoScroll || FooterTemplate != null;
+ private bool ShowFooter => OnClear != null || ShowAutoScroll || FooterTemplate != null;
154
155
[Inject]
156
[NotNull]
0 commit comments