Skip to content

Commit

Permalink
remove unused GenRipple
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Aug 5, 2024
1 parent 3936f80 commit 83bb003
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Masa.Blazor/Mixins/Selectable/MSelectable.razor
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,4 @@
@attributes="@Attributes"/>
};

protected RenderFragment GenRipple() => __builder =>
{
if (Ripple is true)
{
<div class="@GetClass(ControlBlock.Element("ripple").Name, CssClassUtils.GetTextColor(RippleState))" ripple></div>
}
};

}

0 comments on commit 83bb003

Please sign in to comment.