Parcourir la source

add missing function

AykutSarac il y a 3 ans
Parent
commit
182b7e33d0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/components/Graph/index.tsx

+ 1 - 0
src/components/Graph/index.tsx

@@ -114,6 +114,7 @@ const MemoizedGraph = React.memo(function Layout({
             direction={layout}
             key={layout}
             onLayoutChange={onLayoutChange}
+            onCanvasClick={onCanvasClick}
             node={node}
             zoomable={false}
             readonly