don't close drawer when clicking a select within it (#49583)
This commit is contained in:
@@ -54,7 +54,7 @@ export function Drawer({
|
||||
const { dialogProps, titleProps } = useDialog({}, overlayRef);
|
||||
const { overlayProps } = useOverlay(
|
||||
{
|
||||
isDismissable: true,
|
||||
isDismissable: false,
|
||||
isOpen,
|
||||
onClose,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user