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

This commit is contained in:
Ashley Harrison
2022-05-25 12:05:30 +01:00
committed by GitHub
parent 30880e6e18
commit 5455174de5
@@ -54,7 +54,7 @@ export function Drawer({
const { dialogProps, titleProps } = useDialog({}, overlayRef);
const { overlayProps } = useOverlay(
{
isDismissable: true,
isDismissable: false,
isOpen,
onClose,
},