We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b396f0 commit 1b84c6aCopy full SHA for 1b84c6a
web/libs/editor/src/components/KonvaVector/constants.ts
@@ -52,7 +52,7 @@ export const KEYPOINT_POINT_RADIUS = {
52
// Hit detection radii (in pixels)
53
export const HIT_RADIUS = {
54
CONTROL_POINT: 6,
55
- SELECTION: 20, // Increased from 5 to 20 to make points easier to click
+ SELECTION: 10, // Hit radius for vector points
56
SEGMENT: 8,
57
} as const;
58
0 commit comments