small changes

This commit is contained in:
Joeri Exelmans 2025-10-16 17:21:29 +02:00
parent d4930eb13d
commit 9401c02800
5 changed files with 11 additions and 17 deletions

View file

@ -73,8 +73,5 @@ export function RectHelper(props: { uid: string, size: Vec2D, selected: string[]
r={CORNER_HELPER_RADIUS}
data-uid={props.uid}
data-parts="bottom left" />
<text x={10} y={20}
className="uid"
data-uid={props.uid}>{props.uid}</text>
</>;
}