mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 06:29:29 +01:00
fix tapping on topic closes the keyboard
This commit is contained in:
@@ -367,6 +367,8 @@ export class AddNotebookDialog extends React.Component {
|
||||
onMomentumScrollEnd={() => {
|
||||
this.actionSheetRef.current?.handleChildScrollEnd();
|
||||
}}
|
||||
keyboardShouldPersistTaps="always"
|
||||
keyboardDismissMode="none"
|
||||
ListFooterComponent={<View style={{height:50}} />}
|
||||
renderItem={({item, index}) => (
|
||||
<TopicItem
|
||||
@@ -400,12 +402,14 @@ export class AddNotebookDialog extends React.Component {
|
||||
type="accent"
|
||||
onPress={this.addNewNotebook}
|
||||
/>
|
||||
<View
|
||||
|
||||
{/* <View
|
||||
style={{
|
||||
height:35
|
||||
}}
|
||||
/>
|
||||
/> */}
|
||||
</View>
|
||||
|
||||
|
||||
<Toast context="local" />
|
||||
</SheetWrapper>
|
||||
|
||||
Reference in New Issue
Block a user