Skip to content

Commit 7621a19

Browse files
committed
fix(search): 修复搜索输入表面测试定位
1 parent b290776 commit 7621a19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/features/search_and_parse/presentation/search_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@ class _SearchScreenState extends ConsumerState<SearchScreen> {
449449
final showClearButton = _hasSubmittedInput && _hasInputText;
450450

451451
final field = SizedBox(
452-
key: const ValueKey('search_input_surface'),
453452
height: _searchInputHeight,
454453
child: DecoratedBox(
454+
key: const ValueKey('search_input_surface'),
455455
decoration: BoxDecoration(
456456
color: palette.surfacePrimary.withValues(alpha: 0.58),
457457
borderRadius: radii.largeRadius,

0 commit comments

Comments
 (0)