mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Include stroke style when copy/paste styles (#1785)
This commit is contained in:
parent
ca87ca6fe9
commit
bda8415714
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue