From 2e2fae378af09682370e9b4ebf59d32cae1b848c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 19 Mar 2024 20:21:25 -0700 Subject: Set keyboardDismisMode to interactive on the report dialog (#3288) --- src/components/ReportDialog/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components/ReportDialog/index.tsx') 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 ( - + {isLoading ? ( -- cgit 1.4.1