aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/views/InkControls.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/InkControls.tsx b/src/client/views/InkControls.tsx
index b62239c4f..b97075489 100644
--- a/src/client/views/InkControls.tsx
+++ b/src/client/views/InkControls.tsx
@@ -123,7 +123,8 @@ export class InkControls extends React.Component<InkControlProps> {
y={(control.Y - top - strokeWidth / 2) * scaleY + strokeWidth / 2 - rectHdlSize / 2}
height={rectHdlSize}
width={rectHdlSize}
- strokeWidth={screenSpaceLineWidth / 2} stroke={Colors.MEDIUM_BLUE}
+ strokeWidth={screenSpaceLineWidth / 2}
+ stroke={Colors.MEDIUM_BLUE}
fill={formatInstance?._currentPoint === control.I ? Colors.MEDIUM_BLUE : Colors.WHITE}
onPointerDown={(e) => {
this.changeCurrPoint(control.I);