Open kiohang opened 5 years ago
in a project i need edit edge by editWithoutDrag and editWithDrag, when i callback like this: var options = { manipulation: { editEdge: { editWithoutDrag: (data, callback) => {} } } } how can i editWithDrag ,looking forward to your reply! thanks
in a project i need edit edge by editWithoutDrag and editWithDrag, when i callback like this:
var options = { manipulation: { editEdge: { editWithoutDrag: (data, callback) => {} } } }
how can i editWithDrag ,looking forward to your reply! thanks
hello, visjs support edit edge callback both editWithoutDrag and editWithDrag in one instance?