mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-31 00:23:57 +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()
|
||||
.remove();
|
||||
|
||||
this.graphLayout
|
||||
.getLinksWidget()
|
||||
.draw(layers_selection);
|
||||
|
||||
this.graphLayout
|
||||
.getNodesWidget()
|
||||
.draw(layers_selection);
|
||||
@ -31,8 +35,5 @@ export class LayersWidget implements Widget {
|
||||
.getDrawingsWidget()
|
||||
.draw(layers_selection);
|
||||
|
||||
this.graphLayout
|
||||
.getLinksWidget()
|
||||
.draw(layers_selection);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user