Skip to content

Commit

Permalink
fix: onDropDragOver type property fo dragged item
Browse files Browse the repository at this point in the history
  • Loading branch information
flops committed Nov 21, 2024
1 parent 7f19ad1 commit 965c02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hocs/withContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ function useMemoStateContext(props) {
...sharedItem,
...itemLayout,
parent: group,
type: sharedItem?.type || dragOverPlugin?.type,
},
sharedItem ?? null,
) === false
Expand Down

0 comments on commit 965c02a

Please sign in to comment.