Fix flicker.

Remove more code.
This commit is contained in:
Paulo Veiga
2011-08-29 20:10:05 -03:00
parent d94414775e
commit c74d2de32d
11 changed files with 83 additions and 155 deletions

View File

@@ -47,8 +47,9 @@ mindplot.commands.AddTopicCommand = new Class(
if (this._animated) {
core.Utils.setVisibilityAnimated([topic,topic.getOutgoingLine()], true, doneFn);
} else
} else {
doneFn.attempt();
}
},
undoExecute: function(commandContext) {