We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bc4e5 commit 4c94e14Copy full SHA for 4c94e14
src/LinkDotNet.Blog.Web/Shared/Profile.razor
@@ -56,7 +56,6 @@ OnYesPressed="DeleteItem"></ConfirmDialog>
56
private ConfirmDialog Dialog { get; set; }
57
private string currentDeleteKey;
58
private ProfileInformationEntry currentDragItem;
59
- private string dropClass = string.Empty;
60
61
protected override async Task OnInitializedAsync()
62
{
@@ -97,7 +96,6 @@ OnYesPressed="DeleteItem"></ConfirmDialog>
97
96
98
private async Task HandleDrop(ProfileInformationEntry dropTarget)
99
100
- dropClass = string.Empty;
101
if (currentDragItem == null || dropTarget == currentDragItem)
102
103
return;
0 commit comments