Fix line drawings from not being selectable

This commit is contained in:
Mitchell McCaffrey 2021-08-05 13:56:24 +10:00
parent 0006bcdfa6
commit 728790f73c

View File

@ -78,6 +78,7 @@ function Drawing({ drawing, ...props }: DrawingProps) {
stroke={colors[drawing.color] || drawing.color}
lineCap="round"
{...defaultProps}
{...props}
/>
);
}