From 0e094388c56fdfb48ecf8935d049827ece5e0c52 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Sat, 6 Feb 2021 22:42:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=99=9A=E7=BA=BF=E7=BA=BF=E6=9D=A1=E5=BC=82=E5=B8=B8=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useCreateElement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useCreateElement.ts b/src/hooks/useCreateElement.ts index ced72ac0..06da120c 100644 --- a/src/hooks/useCreateElement.ts +++ b/src/hooks/useCreateElement.ts @@ -157,7 +157,7 @@ export default () => { end, points: data.points, color: themeColor.value, - style: 'solid', + style: data.style, width: 2, }) }