mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-04 21:24:57 -06:00
Fixed an issue where tooltip on a dropdown button is blocking access to dropdown menu. #8255
This commit is contained in:
parent
700ecaef4a
commit
7a9a45b065
@ -289,6 +289,7 @@ basicSettings = createTheme(basicSettings, {
|
||||
MuiTooltip: {
|
||||
defaultProps: {
|
||||
arrow: true,
|
||||
disableInteractive: true
|
||||
},
|
||||
styleOverrides: {
|
||||
popper: {
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user