From 25627ddb0f9b5ea8c0f653133af2ab11a5e602e5 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Santos Souza de Miranda Date: Wed, 21 Jan 2026 12:43:20 -0300 Subject: [PATCH] feat: [US-018] - Canvas pan and zoom controls Co-Authored-By: Claude Opus 4.5 --- src/app/editor/[projectId]/FlowchartEditor.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/editor/[projectId]/FlowchartEditor.tsx b/src/app/editor/[projectId]/FlowchartEditor.tsx index 6e2a972..196d64b 100644 --- a/src/app/editor/[projectId]/FlowchartEditor.tsx +++ b/src/app/editor/[projectId]/FlowchartEditor.tsx @@ -4,6 +4,7 @@ import { useCallback } from 'react' import ReactFlow, { Background, BackgroundVariant, + Controls, useNodesState, useEdgesState, addEdge, @@ -67,6 +68,7 @@ export default function FlowchartEditor({ fitView > + )