First editor integration.

This commit is contained in:
Paulo Veiga
2012-01-11 18:41:09 -03:00
parent d7817a6f2c
commit 8cf9e6d18e
5 changed files with 22 additions and 3 deletions

View File

@@ -1187,6 +1187,7 @@ mindplot.Topic = new Class({
workspace.removeChild(line);
}
this._isInWorkspace = false;
mindplot.EventBus.instance.fireEvent(mindplot.EventBus.events.NodeRemoved, this.getModel());
},
addToWorkspace : function(workspace) {