Skip to content

Commit d4cc05a

Browse files
author
David Baum
committed
set connecter controller settings correctly
1 parent 5a57df6 commit d4cc05a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

ui/setups/web_a-frame/City bank.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@
4040
url: "https://raw.githubusercontent.com/softvis-research/Bank/master/src/"
4141
},
4242
{ name: "relationConnectorController",
43-
44-
showInnerRelations: false,
43+
fixPositionY : false,
44+
showInnerRelations : true,
45+
sourceStartAtParentBorder : false,
46+
targetEndAtParentBorder : false,
4547
sourceStartAtBorder: true,
4648
targetEndAtBorder: true,
49+
createEndpoints : true
4750
},
4851
{ name: "relationTransparencyController",
4952
},

0 commit comments

Comments
 (0)