mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Minor fixes.
This commit is contained in:
parent
51be944cca
commit
b5987d1b89
@ -1176,14 +1176,14 @@ mindplot.Topic = new Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
createDragNode : function() {
|
createDragNode : function() {
|
||||||
this.parent();
|
var result = this.parent();
|
||||||
|
|
||||||
// Is the node already connected ?
|
// Is the node already connected ?
|
||||||
var targetTopic = this.getOutgoingConnectedTopic();
|
var targetTopic = this.getOutgoingConnectedTopic();
|
||||||
if ($defined(targetTopic)) {
|
if ($defined(targetTopic)) {
|
||||||
dragNode.connectTo(targetTopic);
|
result.connectTo(targetTopic);
|
||||||
}
|
}
|
||||||
return dragNode;
|
return result;
|
||||||
},
|
},
|
||||||
|
|
||||||
updateNode : function(updatePosition) {
|
updateNode : function(updatePosition) {
|
||||||
|
BIN
wise-doc/src/main/webapp/images/bin.png
Normal file
BIN
wise-doc/src/main/webapp/images/bin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 476 B |
Loading…
Reference in New Issue
Block a user