From 58b639e2e4b7785df4b4e968b0d8a6ea3e2991e4 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 29 May 2025 18:20:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE?= =?UTF-8?q?=E5=BD=A2=E5=92=8C=E5=9B=BE=E6=A0=87=E6=94=AF=E6=8C=81=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=86=85=E8=BE=B9=E8=B7=9D=E8=B0=83=E6=95=B4=E4=B8=BA?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/canvasStyle.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/utils/canvasStyle.ts b/core/core-frontend/src/utils/canvasStyle.ts index 8d3ae93102..83940bc1c1 100644 --- a/core/core-frontend/src/utils/canvasStyle.ts +++ b/core/core-frontend/src/utils/canvasStyle.ts @@ -511,7 +511,8 @@ export function adaptCurThemeCommonStyle(component) { 'Group', 'SvgTriangle', 'SvgStar', - 'DeDecoration' + 'RectShape', + 'CircleShape' ].includes(component.component) ) { component.commonBackground['backgroundColorSelect'] = false