feat(minimap): add offsetScale and selected class name

This commit is contained in:
moklick
2023-08-14 16:22:36 +02:00
parent 182c53113c
commit f150c87997
4 changed files with 8 additions and 3 deletions
@@ -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}