mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
chore: allow zoom out in canvas
This commit is contained in:
parent
5139ae94a8
commit
8645f18608
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ function RenderWorkflow({
|
|||
nodeTypes={nodeTypes}
|
||||
edgeTypes={edgeTypes}
|
||||
onConnect={isViewingHistoricalVersion ? undefined : onConnect}
|
||||
minZoom={0.4}
|
||||
minZoom={0.2}
|
||||
onInit={(instance) => {
|
||||
rfInstance.current = instance;
|
||||
// Center the workflow on load
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue