feat(svelte): add selected prop for minimap node
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
y={pos.y}
|
||||
width={node.width}
|
||||
height={node.height}
|
||||
selected={node.selected}
|
||||
color={nodeColorFunc(node)}
|
||||
borderRadius={nodeBorderRadius}
|
||||
strokeColor={nodeStrokeColorFunc(node)}
|
||||
|
||||
Reference in New Issue
Block a user