mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Properly remove any event listeners added by subnode control.
This commit is contained in:
committed by
Dave Page
parent
ac4178233b
commit
415119d581
@@ -1206,6 +1206,9 @@
|
||||
if (this.grid) {
|
||||
this.grid.remove();
|
||||
}
|
||||
if (this.collection) {
|
||||
this.collection.off( "enteringEditMode");
|
||||
}
|
||||
},
|
||||
clearInvalid: function() {
|
||||
this.$el.removeClass('subnode-error');
|
||||
|
||||
Reference in New Issue
Block a user