File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
src/BootstrapBlazor/Components/Layout Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 22@inherits BootstrapModuleComponentBase
33@attribute [BootstrapModuleAutoLoader(JSObjectReference = true)]
44
5- @if (! _isInteractive )
6- {
7- @* <HeadContent>
8- <script type="module">
9- import { layout_init } from './_content/BootstrapBlazor/Components/Layout/Layout.razor.js';
10- layout_init();
11- </script>
12- </HeadContent> *@
13- }
14-
155<CascadingValue Value =" this" IsFixed =" true" >
166 @if (_init )
177 {
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ public partial class Layout : IHandlerException
321321
322322 private bool _init { get ; set ; }
323323
324- private bool _isInteractive = true ;
324+ // private bool _isInteractive = true;
325325
326326 /// <summary>
327327 /// <inheritdoc/>
You can’t perform that action at this time.
0 commit comments