|
@@ -103,8 +103,8 @@ const MemoizedGraph = React.memo(function Layout({
|
|
<Canvas
|
|
<Canvas
|
|
nodes={nodes}
|
|
nodes={nodes}
|
|
edges={edges}
|
|
edges={edges}
|
|
- maxWidth={size.width + 100}
|
|
|
|
- maxHeight={size.height + 100}
|
|
|
|
|
|
+ maxWidth={size.width + 400}
|
|
|
|
+ maxHeight={size.height + 400}
|
|
direction={layout}
|
|
direction={layout}
|
|
key={layout}
|
|
key={layout}
|
|
onLayoutChange={onLayoutChange}
|
|
onLayoutChange={onLayoutChange}
|