Skip to content

Commit

Permalink
Fixed an issue where tooltip on a dropdown button is blocking access …
Browse files Browse the repository at this point in the history
…to dropdown menu. #8255
  • Loading branch information
RohitBhati8269 authored Jan 1, 2025
1 parent 700ecae commit 7a9a45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/pgadmin/static/js/Theme/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ basicSettings = createTheme(basicSettings, {
MuiTooltip: {
defaultProps: {
arrow: true,
disableInteractive: true
},
styleOverrides: {
popper: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function StatusBar({eol, handleEndOfLineChange}) {

<Box className='StatusBar-padding StatusBar-mlAuto' style={{display:'flex'}}>
<Box className="StatusBar-padding StatusBar-divider">
<Tooltip title="Select EOL Sequence" disableInteractive enterDelay={2500}>
<Tooltip title="Select EOL Sequence" enterDelay={2500}>
<span
onClick={toggleMenu}
ref={eolMenuRef}
Expand Down

0 comments on commit 7a9a45b

Please sign in to comment.