Fix line drawings from not being selectable
This commit is contained in:
parent
0006bcdfa6
commit
728790f73c
@ -78,6 +78,7 @@ function Drawing({ drawing, ...props }: DrawingProps) {
|
||||
stroke={colors[drawing.color] || drawing.color}
|
||||
lineCap="round"
|
||||
{...defaultProps}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user