rtexelm commented on code in PR #27593:
URL: https://github.com/apache/superset/pull/27593#discussion_r1533217893
##########
superset-frontend/src/dashboard/components/menu/HoverMenu.tsx:
##########
@@ -81,6 +82,8 @@ export default class HoverMenu extends
React.PureComponent<HoverMenuProps> {
position === 'left' && 'hover-menu--left',
position === 'top' && 'hover-menu--top',
)}
+ onMouseEnter={onHover}
+ onMouseLeave={onHover}
Review Comment:
@eschutho I've tried to add a boolean property of `hoveredState` to
`inneRef.current` dependent on the `onMouseEnter/Leave` handlers soley inside
`HoverMenu` but any changes are not registering when trying to add a class to
the `GridRow` in `Row.jsx`. It might be that the `innerRef` is to `Draggable`
so I would need to create some logic in there to handle the `hoveredState`? I
think I need a more detailed rundown of what you mean in this case...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]