mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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.
This commit is contained in:
committed by
Ashesh Vashi
parent
40a9490382
commit
a4d981cced
@@ -139,7 +139,7 @@
|
||||
return this;
|
||||
},
|
||||
remove: function() {
|
||||
this.$dialog.modal("hide").remove();
|
||||
this.objectView.remove();
|
||||
Backgrid.CellEditor.prototype.remove.apply(this, arguments);
|
||||
if (this.tr) {
|
||||
this.tr.remove();
|
||||
|
||||
Reference in New Issue
Block a user