feat(nodeWrap): add onNodeDragStop callback

This commit is contained in:
moklick
2019-07-30 14:09:38 +02:00
parent 18baa3d4e3
commit 9d17245cca
9 changed files with 79 additions and 11 deletions
+1
View File
@@ -81,6 +81,7 @@ const GraphView = memo((props) => {
<NodeRenderer
nodeTypes={props.nodeTypes}
onElementClick={props.onElementClick}
onNodeDragStop={props.onNodeDragStop}
onConnect={props.onConnect}
/>
<EdgeRenderer