Skip to content

Commit c47621d

Browse files
fix: Fixed After adding a Node, all the connections disappear #51
1 parent 644cba6 commit c47621d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

projects/f-flow/src/f-connection/f-connection/f-connection.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
:host {
22
pointer-events: none;
33
position: absolute;
4-
display: none;
54

65
svg {
76
overflow: visible;

projects/f-flow/src/f-flow/f-flow.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class FFlowComponent extends FFlowBase implements OnInit, AfterContentIni
105105
this.fMediator.send(new RedrawConnectionsRequest());
106106

107107
if (!this.isLoaded) {
108-
this.fMediator.send(new ShowConnectionsAfterCalculationsRequest());
108+
// this.fMediator.send(new ShowConnectionsAfterCalculationsRequest());
109109
this.isLoaded = true;
110110
this.fLoaded.emit();
111111
}

0 commit comments

Comments
 (0)