We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d11b6 commit 6c79d1dCopy full SHA for 6c79d1d
src/Blazor.AdminLte.Site.Shared/MainLayout.razor
@@ -207,9 +207,6 @@
207
layoutManager.IsFooterFixed = true;
208
layoutManager.IsNavBarFixed = true;
209
layoutManager.IsSideBarFixed = true;
210
- //JS.InvokeVoidAsync("sideBarFixed", true);
211
- // JS.InvokeVoidAsync("navBarFixed", true);
212
- // JS.InvokeVoidAsync("footerFixed", true);
213
base.OnAfterRender(isFirstRender);
214
}
215
src/Blazor.AdminLte/Blazor.AdminLte.csproj
@@ -21,7 +21,7 @@
21
<Copyright>Copyright (c) 2020 Sjef van Leeuwen</Copyright>
22
<PackageIcon>blazor-adminlte-256.png</PackageIcon>
23
<PackageLicenseFile>LICENSE</PackageLicenseFile>
24
- <PackageVersion>0.1.4</PackageVersion>
+ <PackageVersion>0.1.5</PackageVersion>
25
<PackageReleaseNotes></PackageReleaseNotes>
26
</PropertyGroup>
27
<ItemGroup>
0 commit comments