parse comments

This commit is contained in:
Joeri Exelmans 2025-10-07 16:03:23 +02:00
parent 9dd72484fa
commit 692c052e11
4 changed files with 26 additions and 5 deletions

View file

@ -734,6 +734,7 @@ export function RountangleSVG(props: {rountangle: Rountangle, selected: string[]
data-parts="bottom left"
/>
<text x={10} y={20}
className="uid"
data-uid={uid}
data-parts="left top right bottom">{uid}</text>
</g>;