From 1c141cd6c5dca889cd7651e2d94de5c60d014117 Mon Sep 17 00:00:00 2001 From: "lihao.ylh" Date: Thu, 23 Sep 2021 10:28:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=82=E8=80=83=E5=8E=9F=20vision=20?= =?UTF-8?q?=E7=9A=84=E5=AE=9E=E7=8E=B0,=20=E8=B0=83=E6=95=B4=20prop.getPro?= =?UTF-8?q?ps=20=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/designer/src/document/node/props/prop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/designer/src/document/node/props/prop.ts b/packages/designer/src/document/node/props/prop.ts index a6b90d3a5..58522ebf2 100644 --- a/packages/designer/src/document/node/props/prop.ts +++ b/packages/designer/src/document/node/props/prop.ts @@ -663,7 +663,7 @@ export class Prop implements IPropParent { } getProps() { - return this.parent; + return this.props; } getNode() {