From f5055552c6461ada12332521cbb32cb97d501abd Mon Sep 17 00:00:00 2001 From: huzeqi Date: Mon, 14 Feb 2022 20:59:07 +0800 Subject: [PATCH] add restoreId Signed-off-by: huzeqi Change-Id: Ic2b3be07a757c4570975ecdd2b3939cd82b3ead8 --- compiler/components/common_attrs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/common_attrs.json b/compiler/components/common_attrs.json index dc0716e..de624d3 100644 --- a/compiler/components/common_attrs.json +++ b/compiler/components/common_attrs.json @@ -14,7 +14,7 @@ "onDragStart", "onDragEnter", "onDragMove", "onDragLeave", "onDrop", "overlay", "linearGradient", "sweepGradient", "radialGradient", "gridOffset", "gridSpan", "useSizeType", - "motionPath", "clip", "shadow", "mask", "key", "id", + "motionPath", "clip", "shadow", "mask", "key", "id", "restoreId", "accessibilityGroup", "accessibilityText", "accessibilityDescription", "accessibilityImportance", "onAccessibility", "grayscale", "brightness", "contrast", "saturate", "geometryTransition",