small changes
This commit is contained in:
parent
d4930eb13d
commit
9401c02800
5 changed files with 11 additions and 17 deletions
|
|
@ -34,5 +34,10 @@ export function RountangleSVG(props: { rountangle: Rountangle; selected: string[
|
|||
<RectHelper uid={uid} size={minSize}
|
||||
selected={props.selected}
|
||||
highlight={props.highlight} />
|
||||
|
||||
<text x={10} y={20}
|
||||
className="uid"
|
||||
data-uid={props.rountangle.uid}>{props.rountangle.uid}</text>
|
||||
|
||||
</g>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue