From 29aa1e517b959c73e5e84021b2fac382fd58ccc4 Mon Sep 17 00:00:00 2001 From: logonoff Date: Mon, 29 Sep 2025 16:02:38 -0400 Subject: [PATCH] fix(DrawerPanelContent): add inert when drawer is closed --- .../src/components/Drawer/DrawerPanelContent.tsx | 7 +++++++ .../__snapshots__/DrawerPanelContent.test.tsx.snap | 1 + .../Drawer/__tests__/__snapshots__/Drawer.test.tsx.snap | 2 ++ 3 files changed, 10 insertions(+) diff --git a/packages/react-core/src/components/Drawer/DrawerPanelContent.tsx b/packages/react-core/src/components/Drawer/DrawerPanelContent.tsx index baef80f146d..a4ab2f402ec 100644 --- a/packages/react-core/src/components/Drawer/DrawerPanelContent.tsx +++ b/packages/react-core/src/components/Drawer/DrawerPanelContent.tsx @@ -87,6 +87,7 @@ export const DrawerPanelContent: React.FunctionComponent