Set keyboardDismisMode to interactive on the report dialog (#3288)
This commit is contained in:
parent
b6c9d34e45
commit
2e2fae378a
3 changed files with 16 additions and 4 deletions
|
@ -37,7 +37,9 @@ function ReportDialogInner(props: ReportDialogProps) {
|
|||
const isLoading = useDelayedLoading(500, isLabelerLoading)
|
||||
|
||||
return (
|
||||
<Dialog.ScrollableInner label="Report Dialog">
|
||||
<Dialog.ScrollableInner
|
||||
label="Report Dialog"
|
||||
keyboardDismissMode="interactive">
|
||||
{isLoading ? (
|
||||
<View style={[a.align_center, {height: 100}]}>
|
||||
<Loader size="xl" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue