onEdgeDoubleClick support

This commit is contained in:
Анна Кузнецова
2021-04-13 20:29:39 +05:00
parent c748b79e09
commit f565676233
6 changed files with 16 additions and 2 deletions
+2
View File
@@ -36,6 +36,7 @@ const GraphView = ({
onLoad,
onElementClick,
onNodeDoubleClick,
onEdgeDoubleClick,
onNodeMouseEnter,
onNodeMouseMove,
onNodeMouseLeave,
@@ -261,6 +262,7 @@ const GraphView = ({
<EdgeRenderer
edgeTypes={edgeTypes}
onElementClick={onElementClick}
onEdgeDoubleClick={onEdgeDoubleClick}
connectionLineType={connectionLineType}
connectionLineStyle={connectionLineStyle}
connectionLineComponent={connectionLineComponent}