diff --git a/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene3A.ets b/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene3A.ets index 24a7a6e999e4707cf7c33fb78315646f4f637001..03c30d9d5a7de468db7f98f5f587bcb65b35c00e 100644 --- a/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene3A.ets +++ b/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene3A.ets @@ -28,7 +28,7 @@ struct GesturesConflictScene3A { .margin({ top: 100 }) .width(360) .height(360) - // [Start gesture_action] + // [Start gesture_action] .priorityGesture( LongPressGesture({ repeat: true }) .onAction((event: GestureEvent) => { @@ -37,7 +37,7 @@ struct GesturesConflictScene3A { this.getUIContext().getPromptAction().showToast({ message: 'Long Press' }); }) ) - // [End gesture_action] + // [End gesture_action] } .width('100%') }