Skip to content

Commit

Permalink
fix(mobile): Dont dismiss keyboard on tag selection
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Nov 24, 2024
1 parent bf80fa2 commit dd80f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/mobile/app/dashboard/bookmarks/[slug]/manage_tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const ListPickerPage = () => {
<View className="px-3">
<SectionList
className="h-full"
keyboardShouldPersistTaps="handled"
ListHeaderComponent={
<Input
placeholder="Search Tags ..."
Expand Down

0 comments on commit dd80f91

Please sign in to comment.