diff --git a/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene2A.ets b/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene2A.ets index f7bdbc0435420b67a6da37f6bf8213485eca4399..46336a52e6742ecb66189015f9549e1ccf34c4a2 100644 --- a/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene2A.ets +++ b/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene2A.ets @@ -29,7 +29,7 @@ struct GesturesConflictScene21 { .width('100%') // DocsCode 1 .gesture( - GestureGroup(GestureMode.Exclusive, + GestureGroup(GestureMode.Parallel, TapGesture({ count: 2 }) .onAction(() => { this.count2++;