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