mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-20 17:52:46 +00:00
Fix onNodeClicked
This commit is contained in:
parent
790297c3f7
commit
bd2fdd318e
@ -42,7 +42,7 @@ export class DrawLinkToolComponent implements OnInit, OnDestroy {
|
||||
if (this.drawingLineTool.isDrawing()) {
|
||||
this.drawingLineTool.stop();
|
||||
}
|
||||
this.onNodeClicked.unsubscribe();
|
||||
// this.onNodeClicked.unsubscribe();
|
||||
}
|
||||
|
||||
public onChooseInterface(event) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user