@ -36,6 +36,8 @@ namespace Blazor.Components
{
this.Items = Parent.CurrentDragItem;
NoDrop = true;
Parent.CurrentDragItem = null;
return;
}
if (Parent.CurrentDragItem != this.Items)