Add new Tango serializer. Pending to comple migration.
This commit is contained in:
@@ -41,9 +41,6 @@ mindplot.commands.DragTopicCommand = new Class({
|
||||
|
||||
// Cache nodes position ...
|
||||
var topics = designer.getModel().getTopics();
|
||||
topics.forEach(function(topic) {
|
||||
topic.enableUICache(true);
|
||||
});
|
||||
|
||||
// In this case, topics are positioned using order ...
|
||||
origOrder = topic.getOrder();
|
||||
@@ -83,10 +80,6 @@ mindplot.commands.DragTopicCommand = new Class({
|
||||
this._order = origOrder;
|
||||
this._position = origPosition;
|
||||
|
||||
topics.forEach(function(topic) {
|
||||
topic.enableUICache(false);
|
||||
});
|
||||
|
||||
},
|
||||
|
||||
undoExecute: function(commandContext) {
|
||||
|
Reference in New Issue
Block a user