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,
|
||||
},
|
||||
input: {
|
||||
flexBasis: 0,
|
||||
flexGrow: 1,
|
||||
height: buttonSize,
|
||||
backgroundColor: theme.backgroundColor4,
|
||||
@@ -178,6 +179,7 @@ export const SearchPanel = (props: SearchPanelProps) => {
|
||||
returnKeyType='search'
|
||||
blurOnSubmit={false}
|
||||
onSubmitEditing={control.findNext}
|
||||
selectTextOnFocus={true}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user