From de2d90187a22d6bc9dc6fd18685109670c6ac682 Mon Sep 17 00:00:00 2001 From: matei jordache Date: Mon, 23 Mar 2026 21:57:30 -0700 Subject: [PATCH] remove zoom on first node --- frontend/src/App.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 5a818a4..219ada0 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -661,7 +661,6 @@ function Flow() { nodeTypes={NODE_TYPES} onPaneContextMenu={onPaneContextMenu} colorMode="dark" - fitView deleteKeyCode={['Backspace', 'Delete']} defaultEdgeOptions={{ type: 'default' }} >