Hi,
I am trying to create a diagram (Editable) with local datasource in which the user can
1.) Edit connection between shapes
2.) Create new connection between shapes
On connectiondefaults, i have specified content template as below
connectionDefaults: {
content: {
template: "#= label#"
}
}
But when i am trying to create a connection with mouse , it fails.Meanwhile trying to create a connection using button on top bar works fine
i.e
editable: {
tools: ["createShape", "createConnection", "delete"]
},