Skip to content

Commit 4c94e14

Browse files
committed
Removed unused drop class in Profile component
1 parent b2bc4e5 commit 4c94e14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/LinkDotNet.Blog.Web/Shared/Profile.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ OnYesPressed="DeleteItem"></ConfirmDialog>
5656
private ConfirmDialog Dialog { get; set; }
5757
private string currentDeleteKey;
5858
private ProfileInformationEntry currentDragItem;
59-
private string dropClass = string.Empty;
6059

6160
protected override async Task OnInitializedAsync()
6261
{
@@ -97,7 +96,6 @@ OnYesPressed="DeleteItem"></ConfirmDialog>
9796

9897
private async Task HandleDrop(ProfileInformationEntry dropTarget)
9998
{
100-
dropClass = string.Empty;
10199
if (currentDragItem == null || dropTarget == currentDragItem)
102100
{
103101
return;

0 commit comments

Comments
 (0)