Skip to content

Commit

Permalink
🚧 feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Dec 15, 2023
1 parent c689141 commit 4dc9730
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

await Task.Delay(500); // animation duration
Navigation.NavigateWithQueryParameter("ScrollingToNext", null);
Navigation.NavigateWithQueryParameter("ScrollingToNext", (bool?)null);
}
}

Expand Down
1 change: 0 additions & 1 deletion src/MASA.OfficialWebsite.WebApp/Components/_Imports.razor
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@using BlazorComponent
@using Masa.Blazor
@using Masa.Blazor.Presets
@using BlazorPageScript
@using static MASA.OfficialWebsite.WebApp.Data.ActivityData
@using MASA.OfficialWebsite.WebApp.Models
@using MASA.OfficialWebsite.WebApp.Components.Shared
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.3.0-beta.3" />
<ProjectReference Include="..\..\..\MASA.Blazor\src\Masa.Blazor\Masa.Blazor.csproj" />
</ItemGroup>

</Project>

0 comments on commit 4dc9730

Please sign in to comment.