我想将一个链接链接到另一个链接。基本上我想将红色箭头连接到这个小提琴中的红线:http: //jsfiddle.net/e2theman/gmh9X/
我尝试在joint.nojquery.js 文件中注释掉以下行,如下所示:
if (this._viewUnderPointer && this._viewUnderPointer.model instanceof joint.dia.Link) {
// Do not allow linking links with links.
//this._viewUnderPointer = null; <---- Commented this out.
}
尽管这样做后我能够将一个链接链接到另一个链接,但这会导致行为不稳定。