Minor fixes.
parent
51be944cca
commit
b5987d1b89
|
@ -1176,14 +1176,14 @@ mindplot.Topic = new Class({
|
|||
},
|
||||
|
||||
createDragNode : function() {
|
||||
this.parent();
|
||||
var result = this.parent();
|
||||
|
||||
// Is the node already connected ?
|
||||
var targetTopic = this.getOutgoingConnectedTopic();
|
||||
if ($defined(targetTopic)) {
|
||||
dragNode.connectTo(targetTopic);
|
||||
result.connectTo(targetTopic);
|
||||
}
|
||||
return dragNode;
|
||||
return result;
|
||||
},
|
||||
|
||||
updateNode : function(updatePosition) {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 476 B |
Loading…
Reference in New Issue