pull request review

This commit is contained in:
Peter
2023-09-26 11:17:21 +02:00
parent 26a28109a2
commit 88e840ccc9
2 changed files with 2 additions and 6 deletions
@@ -201,7 +201,7 @@ const OverviewFlow = () => {
onConnect={onConnect}
onPaneClick={onPaneClick}
onPaneScroll={onPaneScroll}
// onPaneContextMenu={onPaneContextMenu}
onPaneContextMenu={onPaneContextMenu}
onNodeDragStart={onNodeDragStart}
onNodeDrag={onNodeDrag}
onNodeDragStop={onNodeDragStop}
@@ -133,11 +133,7 @@
fitView
fitViewOptions={{
padding: 0.1,
nodes: [
{
id: '1'
}
]
nodes: [{ id: '1' }]
}}
minZoom={0}
maxZoom={Infinity}