Remove all the object view control within the subnode control, whenever
we remove it. It will remove all the events, controls, elements, etc associated with the subnode control.pull/3/head
parent
40a9490382
commit
a4d981cced
|
@ -139,7 +139,7 @@
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
remove: function() {
|
remove: function() {
|
||||||
this.$dialog.modal("hide").remove();
|
this.objectView.remove();
|
||||||
Backgrid.CellEditor.prototype.remove.apply(this, arguments);
|
Backgrid.CellEditor.prototype.remove.apply(this, arguments);
|
||||||
if (this.tr) {
|
if (this.tr) {
|
||||||
this.tr.remove();
|
this.tr.remove();
|
||||||
|
|
Loading…
Reference in New Issue