adding support for independent topics in freemind layout

This commit is contained in:
Pablo Luna
2011-04-15 11:42:05 +01:00
parent 9532c95831
commit 75564c17ec
7 changed files with 120 additions and 58 deletions

View File

@@ -1193,6 +1193,8 @@ mindplot.Topic.prototype.disconnect = function(workspace)
var childModel = this.getModel();
childModel.disconnect();
this._parent = null;
// Remove graphical element from the workspace...
outgoingLine.removeFromWorkspace(workspace);