Merge branch 'patch-1' of github.com:lounsbrough/react-flow into lounsbrough-patch-1
This commit is contained in:
@@ -173,7 +173,7 @@ function MiniMap({
|
||||
<MiniMapNode
|
||||
key={node.id}
|
||||
x={positionAbsolute.x}
|
||||
y={positionAbsolute.x}
|
||||
y={positionAbsolute.y}
|
||||
width={node.width!}
|
||||
height={node.height!}
|
||||
style={node.style}
|
||||
|
||||
Reference in New Issue
Block a user