瀏覽代碼

Include stroke style when copy/paste styles (#1785)

Kostas Bariotis 4 年之前
父節點
當前提交
bda8415714
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/actions/actionStyles.ts

+ 1 - 0
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,