Browse Source

add missing function

AykutSarac 3 năm trước cách đây
mục cha
commit
182b7e33d0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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