From f96a70aeb96d289cd4e032b5e117efee04a5cd6f Mon Sep 17 00:00:00 2001 From: RF Date: Thu, 4 Mar 2021 10:24:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(types):=20=E4=BF=AE=E5=A4=8DITouchEvent?= =?UTF-8?q?=E9=87=8C=E7=9A=84changedTouches=E5=B1=9E=E6=80=A7=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF=20(#8808)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-components/types/common.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro-components/types/common.d.ts b/packages/taro-components/types/common.d.ts index 65d95d0e11bb..195f50051a59 100644 --- a/packages/taro-components/types/common.d.ts +++ b/packages/taro-components/types/common.d.ts @@ -107,7 +107,7 @@ export interface ITouchEvent extends BaseEventOrig { touches: Array /** 触摸事件,当前变化的触摸点信息的数组 */ - changedTouches: Array + changedTouches: Array } export interface CanvasTouch {