Skip to content

Commit

Permalink
Merge pull request #212 from liam-hq/feat/change-reactflow-minZoom
Browse files Browse the repository at this point in the history
change reactflow minZoom
  • Loading branch information
MH4GF authored Dec 11, 2024
2 parents c4896b5 + 68044e2 commit 8931cdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const ERDContent: FC<Props> = ({
edges={edges}
nodeTypes={nodeTypes}
edgeTypes={edgeTypes}
minZoom={0.25}
minZoom={0.1}
maxZoom={2}
onNodesChange={onNodesChange}
onEdgesChange={onEdgesChange}
Expand Down

0 comments on commit 8931cdb

Please sign in to comment.