Skip to content

Commit

Permalink
not spreading
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Feb 19, 2021
1 parent 2e67967 commit 8c6e429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function nextValidDropTarget(
return;
}

const filteredTargets = [...Object.entries(dropTargetsByOrder)].filter(
const filteredTargets = Object.entries(dropTargetsByOrder).filter(
([, dropTarget]) => dropTarget && filterElements(dropTarget)
);

Expand Down

0 comments on commit 8c6e429

Please sign in to comment.