refactor(useDrag): handle subflows
This commit is contained in:
@@ -215,6 +215,7 @@ export default (NodeComponent: ComponentType<NodeProps>) => {
|
||||
disabled: !isDraggable,
|
||||
noDragClassName,
|
||||
handleSelector: dragHandle,
|
||||
nodeId: id,
|
||||
});
|
||||
|
||||
if (hidden) {
|
||||
|
||||
Reference in New Issue
Block a user