-
Notifications
You must be signed in to change notification settings - Fork 4
Hide NAD hover line popup when opening contextual menu #3432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: BOUTIER Charly <[email protected]>
src/components/grid-layout/cards/diagrams/networkAreaDiagram/network-area-diagram-content.tsx
Outdated
Show resolved
Hide resolved
| equipmentSubtype | ||
| ); | ||
| }; | ||
| setShouldDisplayTooltip(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed to hide the tooltip when right clicking on an element and choosing to display the element in the table.
Signed-off-by: BOUTIER Charly <[email protected]>
Signed-off-by: BOUTIER Charly <[email protected]>
|



PR Summary
Fixes an issue where the hover-popup would not disapear when right clicking on an element in a NAD.
Uses powsybl/powsybl-network-viewer#256