finalisation

aurian
Aurian JAULT 2 years ago
parent 14c9004c26
commit f1cfce9fe6

@ -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)

Loading…
Cancel
Save