Skip to content

Commit

Permalink
Fix the issue where tooltips persist, blocking access to UI controls. #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Bhati committed Dec 30, 2024
1 parent 19c8fcd commit f58e1e1
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 f58e1e1

Please sign in to comment.