Fix y position on minimap
This commit is contained in:
@@ -173,7 +173,7 @@ function MiniMap({
|
|||||||
<MiniMapNode
|
<MiniMapNode
|
||||||
key={node.id}
|
key={node.id}
|
||||||
x={positionAbsolute.x}
|
x={positionAbsolute.x}
|
||||||
y={positionAbsolute.x}
|
y={positionAbsolute.y}
|
||||||
width={node.width!}
|
width={node.width!}
|
||||||
height={node.height!}
|
height={node.height!}
|
||||||
style={node.style}
|
style={node.style}
|
||||||
|
|||||||
Reference in New Issue
Block a user