From b3cd7dbe7a09a67bab463b2319dc871db08eb580 Mon Sep 17 00:00:00 2001 From: Serge Pavlyuk Date: Thu, 21 Nov 2024 20:39:20 +0300 Subject: [PATCH] fix: onDropDragOver type property fo dragged item (#222) --- 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