From adf09474c43109b6c562ad7178217a10c501a678 Mon Sep 17 00:00:00 2001 From: lon9 <815882449@qq.com> Date: Tue, 8 Jul 2025 09:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=AF=84=E8=AE=BA=E6=A1=86?= =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/videoDetail/src/main/ets/view/SelfComment.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/features/videoDetail/src/main/ets/view/SelfComment.ets b/features/videoDetail/src/main/ets/view/SelfComment.ets index e5486af..68823b1 100644 --- a/features/videoDetail/src/main/ets/view/SelfComment.ets +++ b/features/videoDetail/src/main/ets/view/SelfComment.ets @@ -67,7 +67,6 @@ export struct SelfComment { right: $r('app.float.self_comment_input_right') }) .width(CommonConstants.FULL_PERCENT) - .focusable(false) } .alignSelf(ItemAlign.Center) .layoutWeight(1) -- Gitee