feat: apply delays

This commit is contained in:
cv
2021-05-06 14:02:56 +02:00
parent 50e2fd5695
commit 72b42c7eb8
7 changed files with 145 additions and 10 deletions
@@ -95,6 +95,9 @@ export default function EventList(props) {
// drop outside of area
if (!result.destination) return;
// no change
if (result.destination === result.source.index) return;
// Call API
eventsHandler('reorder', {
index: result.draggableId,