[WEB-2453] fix: Render on hover only when enabled (#5609)
This commit is contained in:
parent
66cfc7344e
commit
604ddad3fa
12 changed files with 38 additions and 13 deletions
|
|
@ -267,6 +267,7 @@ export const ModuleDropdown: React.FC<Props> = observer((props) => {
|
|||
}
|
||||
showTooltip={showTooltip}
|
||||
variant={buttonVariant}
|
||||
renderToolTipByDefault={renderByDefault}
|
||||
>
|
||||
<ButtonContent
|
||||
disabled={disabled}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue