refactor(useDrag): handle subflows

This commit is contained in:
moklick
2022-04-16 00:46:49 +02:00
parent 23d451ad06
commit 579bf5ca7f
2 changed files with 36 additions and 17 deletions
+1
View File
@@ -215,6 +215,7 @@ export default (NodeComponent: ComponentType<NodeProps>) => {
disabled: !isDraggable,
noDragClassName,
handleSelector: dragHandle,
nodeId: id,
});
if (hidden) {