From f7a262330facc41b2eb995c01d2d57a5433e009c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Tue, 18 Jun 2024 00:40:08 +0200 Subject: [PATCH] hard coded limits --- graph-ui/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/graph-ui/pages/index.tsx b/graph-ui/pages/index.tsx index 0ec8a00..220edc9 100644 --- a/graph-ui/pages/index.tsx +++ b/graph-ui/pages/index.tsx @@ -95,6 +95,7 @@ const NestedFlow = () => { nodesConnectable={false} nodesFocusable={false} nodeTypes={nodeTypes} + translateExtent={[[-500, -500], [1000, 1000]]} >