From 23381d0731302cb4e9fae7c7a069b223744637fa Mon Sep 17 00:00:00 2001 From: x00484220 Date: Sat, 1 Mar 2025 14:57:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=81=9A=E7=84=A6=E4=B8=A4?= =?UTF-8?q?=E6=AC=A1=E9=97=AE=E9=A2=98=20Signed-off-by:=20xuyinjie=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- advanced_ui_component/subheaderv2/interfaces/subheaderv2.js | 1 - advanced_ui_component/subheaderv2/source/subheaderv2.ets | 1 - 2 files changed, 2 deletions(-) diff --git a/advanced_ui_component/subheaderv2/interfaces/subheaderv2.js b/advanced_ui_component/subheaderv2/interfaces/subheaderv2.js index b40e53868b2..bf129dc0b19 100644 --- a/advanced_ui_component/subheaderv2/interfaces/subheaderv2.js +++ b/advanced_ui_component/subheaderv2/interfaces/subheaderv2.js @@ -774,7 +774,6 @@ export class SubHeaderV2 extends ViewV2 { SymbolGlyph.fontSize(RIGHT_SINGLE_ICON_SIZE); SymbolGlyph.fontColor([this.subHeaderV2Theme.iconArrowColor]); SymbolGlyph.draggable(false); - SymbolGlyph.focusable(true); SymbolGlyph.width(ARROW_ICON_WIDTH); SymbolGlyph.height(OPERATE_ITEM_LENGTH); }, SymbolGlyph); diff --git a/advanced_ui_component/subheaderv2/source/subheaderv2.ets b/advanced_ui_component/subheaderv2/source/subheaderv2.ets index 0ee31e9cda5..a8654423918 100644 --- a/advanced_ui_component/subheaderv2/source/subheaderv2.ets +++ b/advanced_ui_component/subheaderv2/source/subheaderv2.ets @@ -721,7 +721,6 @@ export struct SubHeaderV2 { .fontSize(RIGHT_SINGLE_ICON_SIZE) .fontColor([this.subHeaderV2Theme.iconArrowColor]) .draggable(false) - .focusable(true) .width(ARROW_ICON_WIDTH) .height(OPERATE_ITEM_LENGTH) } -- Gitee