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 2083634 commit 6a959a0Copy full SHA for 6a959a0
src/BootstrapBlazor/Components/Layout/Layout.razor
@@ -4,12 +4,12 @@
4
5
@if (!_isInteractive)
6
{
7
- <HeadContent>
+ @* <HeadContent>
8
<script type="module">
9
import { layout_init } from './_content/BootstrapBlazor/Components/Layout/Layout.razor.js';
10
layout_init();
11
</script>
12
- </HeadContent>
+ </HeadContent> *@
13
}
14
15
<CascadingValue Value="this" IsFixed="true">
src/BootstrapBlazor/Components/Layout/Layout.razor.cs
@@ -338,7 +338,7 @@ protected override void OnInitialized()
338
ErrorLogger?.Register(this);
339
340
#if NET9_0_OR_GREATER
341
- _isInteractive = RendererInfo.IsInteractive;
+ //_isInteractive = RendererInfo.IsInteractive;
342
#endif
343
344
0 commit comments