Skip to content

Commit a98258a

Browse files
mknepprathdanielcaldas
authored andcommitted
Added missing event to <Graph /> (#286)
Minor thing I noticed :)
1 parent 15c5321 commit a98258a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ const onNodePositionChange = function(nodeId, x, y) {
130130
data={data}
131131
config={myConfig}
132132
onClickNode={onClickNode}
133+
onDoubleClickNode={onDoubleClickNode}
133134
onRightClickNode={onRightClickNode}
134135
onClickGraph={onClickGraph}
135136
onClickLink={onClickLink}

0 commit comments

Comments
 (0)