mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-07 11:50:15 +00:00
Correct position of links
This commit is contained in:
parent
f03abfe761
commit
1dc911fc92
@ -23,6 +23,10 @@ export class LayersWidget implements Widget {
|
|||||||
.exit()
|
.exit()
|
||||||
.remove();
|
.remove();
|
||||||
|
|
||||||
|
this.graphLayout
|
||||||
|
.getLinksWidget()
|
||||||
|
.draw(layers_selection);
|
||||||
|
|
||||||
this.graphLayout
|
this.graphLayout
|
||||||
.getNodesWidget()
|
.getNodesWidget()
|
||||||
.draw(layers_selection);
|
.draw(layers_selection);
|
||||||
@ -31,8 +35,5 @@ export class LayersWidget implements Widget {
|
|||||||
.getDrawingsWidget()
|
.getDrawingsWidget()
|
||||||
.draw(layers_selection);
|
.draw(layers_selection);
|
||||||
|
|
||||||
this.graphLayout
|
|
||||||
.getLinksWidget()
|
|
||||||
.draw(layers_selection);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user