Skip to content

Commit 25d8803

Browse files
Enables tap persistence in skillSection scrollview
1 parent 8bbca85 commit 25d8803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/components/SkillSection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function SkillSection(props) {
3232
}
3333

3434
return (
35-
<ScrollView>
35+
<ScrollView keyboardShouldPersistTaps="handled">
3636
<SearchBox
3737
value={searchTerm}
3838
onChangeText={setSearchTerm}

0 commit comments

Comments
 (0)