From 965c02ad444951e127867c81da3fb6952b169d9b Mon Sep 17 00:00:00 2001 From: Serge Pavlyuk Date: Thu, 21 Nov 2024 19:29:51 +0300 Subject: [PATCH] fix: onDropDragOver type property fo dragged item --- src/hocs/withContext.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hocs/withContext.js b/src/hocs/withContext.js index 833e226..2e903ce 100644 --- a/src/hocs/withContext.js +++ b/src/hocs/withContext.js @@ -386,6 +386,7 @@ function useMemoStateContext(props) { ...sharedItem, ...itemLayout, parent: group, + type: sharedItem?.type || dragOverPlugin?.type, }, sharedItem ?? null, ) === false