From dfc1f6308ad6ab576defcb732e4b90f27391027a Mon Sep 17 00:00:00 2001 From: kangliang <2352009235@qq.com> Date: Wed, 13 Aug 2025 14:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=BA=90=E4=BB=A3=E7=A0=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry/src/main/ets/pages/GesturesConflictScene3A.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene3A.ets b/GesturesConfictPractice/entry/src/main/ets/pages/GesturesConflictScene3A.ets index 24a7a6e9..03c30d9d 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%') } -- Gitee