don't close drawer when clicking a select within it (#49583) (#49600)

(cherry picked from commit 5455174de5)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-05-25 11:19:17 +00:00
committed by GitHub
co-authored by Ashley Harrison
parent 6ab3724a12
commit 8d6b47f11d
@@ -54,7 +54,7 @@ export function Drawer({
const { dialogProps, titleProps } = useDialog({}, overlayRef);
const { overlayProps } = useOverlay(
{
isDismissable: true,
isDismissable: false,
isOpen,
onClose,
},