diff --git a/mindplot/src/main/javascript/Topic.js b/mindplot/src/main/javascript/Topic.js index 5c84de08..9716b57d 100644 --- a/mindplot/src/main/javascript/Topic.js +++ b/mindplot/src/main/javascript/Topic.js @@ -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) { diff --git a/wise-doc/src/main/webapp/images/bin.png b/wise-doc/src/main/webapp/images/bin.png new file mode 100644 index 00000000..ebad933c Binary files /dev/null and b/wise-doc/src/main/webapp/images/bin.png differ