Skip to content

Commit

Permalink
display tooltip for nad on correct position after some actions (#128)
Browse files Browse the repository at this point in the history
* Display tooltip for NAD on correct position after drag and drop
---------
Signed-off-by: maissa SOUISSI <maissa.souissi@rte-france.com>
  • Loading branch information
souissimai authored Dec 2, 2024
1 parent 29de1c9 commit 57dbd92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ export class NetworkAreaDiagramViewer {
}
// reset data
this.draggedElement = null;
this.ctm = null;
this.enablePanzoom();

// change cursor style back to normal
Expand Down

0 comments on commit 57dbd92

Please sign in to comment.