[#46,view-transform-dialog][xs]: remove dialog on exit (rather than just hiding) - seems to fix some bugginess with repeated opening of transform.

This commit is contained in:
Rufus Pollock 2012-04-26 21:26:25 +01:00
parent 9c0c4dfae3
commit 562de80655

View File

@ -184,6 +184,7 @@ my.ColumnTransform = Backbone.View.extend({
realDoc.set(editedDoc);
realDoc.save().then(onCompletedUpdate).fail(onCompletedUpdate);
});
this.el.remove();
},
onEditorKeydown: function(e) {