More features.

This commit is contained in:
Paulo Veiga
2011-10-18 23:37:22 -03:00
parent ce52e078b5
commit cb7b3a2660
6 changed files with 15 additions and 16 deletions

View File

@@ -78,10 +78,5 @@ mindplot.commands.DragTopicCommand = new Class({
undoExecute: function(commandContext) {
this.execute(commandContext);
var selectedRelationships = commandContext.filterSelectedRelations();
selectedRelationships.forEach(function(relationshipLine) {
relationshipLine.redraw();
});
}
});