Commit 01b8de00 authored by 张博's avatar 张博

fixed bug drag prarent node in tianpan template

parent eedc4fde
...@@ -62,7 +62,7 @@ define(function(require, exports, module) { ...@@ -62,7 +62,7 @@ define(function(require, exports, module) {
// 设置下一个的节点的连接线 // 设置下一个的节点的连接线
if (nextNode) { if (nextNode && nextNode.getConnection()) {
var nextConnection = nextNode.getConnection(); var nextConnection = nextNode.getConnection();
var next_end_box = nextNode.getLayoutBox(); var next_end_box = nextNode.getLayoutBox();
var next_end = new kity.Point(next_end_box.cx, next_end_box.cy); var next_end = new kity.Point(next_end_box.cx, next_end_box.cy);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment