File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Blazor.AdminLte.Site.Shared Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 207
207
layoutManager .IsFooterFixed = true ;
208
208
layoutManager .IsNavBarFixed = true ;
209
209
layoutManager .IsSideBarFixed = true ;
210
- // JS.InvokeVoidAsync("sideBarFixed", true);
211
- // JS.InvokeVoidAsync("navBarFixed", true);
212
- // JS.InvokeVoidAsync("footerFixed", true);
213
210
base .OnAfterRender (isFirstRender );
214
211
}
215
212
}
Original file line number Diff line number Diff line change 21
21
<Copyright >Copyright (c) 2020 Sjef van Leeuwen</Copyright >
22
22
<PackageIcon >blazor-adminlte-256.png</PackageIcon >
23
23
<PackageLicenseFile >LICENSE</PackageLicenseFile >
24
- <PackageVersion >0.1.4 </PackageVersion >
24
+ <PackageVersion >0.1.5 </PackageVersion >
25
25
<PackageReleaseNotes ></PackageReleaseNotes >
26
26
</PropertyGroup >
27
27
<ItemGroup >
You can’t perform that action at this time.
0 commit comments