Skip to content

Commit 9b50fb1

Browse files
authored
Merge pull request #57535 from twilight2294/patch-26
Fix: Bookmark icon briefly appears at the top when going into selection mode
2 parents a99a5fe + 5084c8c commit 9b50fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Search/SearchPageHeader/SearchPageHeaderInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function SearchPageHeaderInput({
258258
{showPopupButton && (
259259
<Animated.View
260260
entering={FadeInRight}
261-
exiting={isFocused ? FadeOutRight : undefined}
261+
exiting={isFocused && searchRouterListVisible ? FadeOutRight : undefined}
262262
style={[styles.pl3]}
263263
>
264264
<SearchTypeMenuPopover

0 commit comments

Comments
 (0)