chore: allow zoom out in canvas

This commit is contained in:
Abhishek Kumar 2026-07-25 15:04:29 +05:30
parent 5139ae94a8
commit 8645f18608

View file

@ -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