|
|
@@ -98,8 +98,11 @@ export class EllipseShape extends TLEllipseShape<EllipseShapeProps> {
|
|
|
)
|
|
|
|
|
|
return (
|
|
|
- <div {...events} style={{ width: '100%', height: '100%', overflow: 'hidden' }}
|
|
|
- className="tl-ellipse-container">
|
|
|
+ <div
|
|
|
+ {...events}
|
|
|
+ style={{ width: '100%', height: '100%', overflow: 'hidden' }}
|
|
|
+ className="tl-ellipse-container"
|
|
|
+ >
|
|
|
<TextLabel
|
|
|
font={font}
|
|
|
text={label}
|