diff --git a/src/actions/actionStyles.ts b/src/actions/actionStyles.ts index 17f3758f..dfffb8ff 100644 --- a/src/actions/actionStyles.ts +++ b/src/actions/actionStyles.ts @@ -45,6 +45,7 @@ export const actionPasteStyles = register({ backgroundColor: pastedElement?.backgroundColor, strokeWidth: pastedElement?.strokeWidth, strokeColor: pastedElement?.strokeColor, + strokeStyle: pastedElement?.strokeStyle, fillStyle: pastedElement?.fillStyle, opacity: pastedElement?.opacity, roughness: pastedElement?.roughness,