You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-10 22:11:50 +02:00
This commit is contained in:
@@ -116,6 +116,7 @@ const useStyles = (theme: Theme) => {
|
|||||||
backgroundColor: theme.backgroundColor3,
|
backgroundColor: theme.backgroundColor3,
|
||||||
},
|
},
|
||||||
input: {
|
input: {
|
||||||
|
flexBasis: 0,
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
height: buttonSize,
|
height: buttonSize,
|
||||||
backgroundColor: theme.backgroundColor4,
|
backgroundColor: theme.backgroundColor4,
|
||||||
@@ -178,6 +179,7 @@ export const SearchPanel = (props: SearchPanelProps) => {
|
|||||||
returnKeyType='search'
|
returnKeyType='search'
|
||||||
blurOnSubmit={false}
|
blurOnSubmit={false}
|
||||||
onSubmitEditing={control.findNext}
|
onSubmitEditing={control.findNext}
|
||||||
|
selectTextOnFocus={true}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user