feat(minimap): add offsetScale and selected class name
This commit is contained in:
@@ -47,6 +47,7 @@ function MiniMapNodes({
|
||||
width={node.width!}
|
||||
height={node.height!}
|
||||
style={node.style}
|
||||
selected={!!node.selected}
|
||||
className={nodeClassNameFunc(node)}
|
||||
color={nodeColorFunc(node)}
|
||||
borderRadius={nodeBorderRadius}
|
||||
|
||||
Reference in New Issue
Block a user