Copy and Paste of nodes was not working. Fixed.
This commit is contained in:
@@ -41,6 +41,8 @@ mindplot.commands.AddTopicCommand = new Class({
|
||||
var parentTopic = commandContext.findTopics(parentId)[0];
|
||||
commandContext.connect(topic, parentTopic);
|
||||
}
|
||||
}else {
|
||||
commandContext.addTopic(topic);
|
||||
}
|
||||
|
||||
// Select just created node ...
|
||||
|
Reference in New Issue
Block a user