Skip to content

Commit 7916f14

Browse files
committed
style fix
1 parent 40e8807 commit 7916f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/dashboard/graph-view/graph-view/graph-view.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export class GraphViewComponent implements OnInit, OnDestroy {
182182
this.config.cytoscapeConfig.container = this.cyDiv.nativeElement;
183183

184184
this.cy = cytoscape(this.config.cytoscapeConfig);
185-
185+
186186
(this.cy as any).edgehandles(this.config.edgeDragConfig);
187187
}
188188
}

0 commit comments

Comments
 (0)