标签: jointjs
我想检测链接释放元素的时间。
感谢您的帮助。
example
答案 0 :(得分:0)
使用纸质触发事件。
paper.on('cell:pointerup', function(evt, x, y) { })
cell:pointerup或cell:mouseout将满足您的需求。
查看本教程http://jointjs.com/api#joint.dia.Paper:events