Skip to content

Commit

Permalink
hard coded limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 17, 2024
1 parent d65b91b commit f7a2623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graph-ui/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const NestedFlow = () => {
nodesConnectable={false}
nodesFocusable={false}
nodeTypes={nodeTypes}
translateExtent={[[-500, -500], [1000, 1000]]}
>
<MiniMap />
<Controls />
Expand Down

0 comments on commit f7a2623

Please sign in to comment.