Fix flicker.
Remove more code.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user