From 7a9a45b0652e9a81b81f61e0d8c4ed347cdb6e53 Mon Sep 17 00:00:00 2001 From: Rohit Bhati Date: Wed, 1 Jan 2025 10:31:48 +0530 Subject: [PATCH] Fixed an issue where tooltip on a dropdown button is blocking access to dropdown menu. #8255 --- web/pgadmin/static/js/Theme/index.jsx | 1 + .../tools/sqleditor/static/js/components/sections/StatusBar.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/pgadmin/static/js/Theme/index.jsx b/web/pgadmin/static/js/Theme/index.jsx index 18f45b856..e6276ab54 100644 --- a/web/pgadmin/static/js/Theme/index.jsx +++ b/web/pgadmin/static/js/Theme/index.jsx @@ -289,6 +289,7 @@ basicSettings = createTheme(basicSettings, { MuiTooltip: { defaultProps: { arrow: true, + disableInteractive: true }, styleOverrides: { popper: { diff --git a/web/pgadmin/tools/sqleditor/static/js/components/sections/StatusBar.jsx b/web/pgadmin/tools/sqleditor/static/js/components/sections/StatusBar.jsx index 151fce51d..3f31ed4a2 100644 --- a/web/pgadmin/tools/sqleditor/static/js/components/sections/StatusBar.jsx +++ b/web/pgadmin/tools/sqleditor/static/js/components/sections/StatusBar.jsx @@ -128,7 +128,7 @@ export function StatusBar({eol, handleEndOfLineChange}) { - +