diff options
Diffstat (limited to 'src/components/ReportDialog')
-rw-r--r-- | src/components/ReportDialog/index.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/ReportDialog/index.tsx b/src/components/ReportDialog/index.tsx index f01ff3f3b..6a7aa6ff2 100644 --- a/src/components/ReportDialog/index.tsx +++ b/src/components/ReportDialog/index.tsx @@ -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" /> |