mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
don't close drawer when clicking a select within it (#49583)
This commit is contained in:
parent
30880e6e18
commit
5455174de5
@ -54,7 +54,7 @@ export function Drawer({
|
|||||||
const { dialogProps, titleProps } = useDialog({}, overlayRef);
|
const { dialogProps, titleProps } = useDialog({}, overlayRef);
|
||||||
const { overlayProps } = useOverlay(
|
const { overlayProps } = useOverlay(
|
||||||
{
|
{
|
||||||
isDismissable: true,
|
isDismissable: false,
|
||||||
isOpen,
|
isOpen,
|
||||||
onClose,
|
onClose,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user