From a80ff5afc22241030436143d0151a0f16be5a112 Mon Sep 17 00:00:00 2001 From: wzztoone Date: Mon, 10 Jan 2022 10:01:38 +0800 Subject: [PATCH] add dragStart event Signed-off-by: wzztoone Change-Id: If648b1ebc470262564b5a011b5de8ee7a1270cab --- 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 c5970d4..d1f02d3 100644 --- a/compiler/components/common_attrs.json +++ b/compiler/components/common_attrs.json @@ -11,7 +11,7 @@ "onAppear", "onDisAppear", "visibility", "flexBasis", "flexShrink", "flexGrow", "alignSelf", "useAlign", "zIndex", "sharedTransition", "direction", "align", "position", "markAnchor", "offset", "enabled", "aspectRatio", "displayPriority", - "onDrag", "onDragEnter", "onDragMove", "onDragLeave", "onDrop", + "onDragStart", "onDragEnter", "onDragMove", "onDragLeave", "onDrop", "overlay", "linearGradient", "sweepGradient", "radialGradient", "gridOffset", "gridSpan", "useSizeType", "motionPath", "clip", "shadow", "mask", "key",