From 7d1670f69f6221f17a7b13386fd538ada95b180e Mon Sep 17 00:00:00 2001 From: b30058220 Date: Fri, 9 May 2025 20:21:55 +0800 Subject: [PATCH] =?UTF-8?q?getPreDragStatus=E6=B3=A8=E9=87=8A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: b30058220 --- arkui/ace_engine/native/drag_and_drop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/ace_engine/native/drag_and_drop.h b/arkui/ace_engine/native/drag_and_drop.h index c49081767..8e26e7a36 100644 --- a/arkui/ace_engine/native/drag_and_drop.h +++ b/arkui/ace_engine/native/drag_and_drop.h @@ -559,7 +559,7 @@ int32_t OH_ArkUI_AllowNodeAllDropDataTypes(ArkUI_NodeHandle node); * @brief Sets whether the specified component is draggable. * * @param node Indicates the pointer to a component node. - * @param bool Indicates whether the component is draggable. + * @param enabled Indicates whether the component is draggable. * @return Returns the result code. * Returns {@link ARKUI_ERROR_CODE_NO_ERROR} if the operation is successful. * Returns {@link ARKUI_ERROR_CODE_PARAM_INVALID} if a parameter error occurs. -- Gitee