Add fit view to the prototype interface by default

This commit is contained in:
Hazem Krimi
2023-04-14 21:26:04 +01:00
parent 7fd874caf5
commit 0de55e5e98
+1
View File
@@ -265,6 +265,7 @@ const Prototype = () => {
height='auto'
>
<ReactFlow
fitView
nodes={nodes}
edges={edges}
nodeTypes={nodeTypes}