mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-06 14:13:06 -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: {
|
MuiTooltip: {
|
||||||
defaultProps: {
|
defaultProps: {
|
||||||
arrow: true,
|
arrow: true,
|
||||||
|
disableInteractive: true
|
||||||
},
|
},
|
||||||
styleOverrides: {
|
styleOverrides: {
|
||||||
popper: {
|
popper: {
|
||||||
|
@ -128,7 +128,7 @@ export function StatusBar({eol, handleEndOfLineChange}) {
|
|||||||
|
|
||||||
<Box className='StatusBar-padding StatusBar-mlAuto' style={{display:'flex'}}>
|
<Box className='StatusBar-padding StatusBar-mlAuto' style={{display:'flex'}}>
|
||||||
<Box className="StatusBar-padding StatusBar-divider">
|
<Box className="StatusBar-padding StatusBar-divider">
|
||||||
<Tooltip title="Select EOL Sequence" disableInteractive enterDelay={2500}>
|
<Tooltip title="Select EOL Sequence" enterDelay={2500}>
|
||||||
<span
|
<span
|
||||||
onClick={toggleMenu}
|
onClick={toggleMenu}
|
||||||
ref={eolMenuRef}
|
ref={eolMenuRef}
|
||||||
|
Loading…
Reference in New Issue
Block a user