mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed console warning shown while updating database node from browser tree. #5332
This commit is contained in:
@@ -1372,10 +1372,8 @@ define('pgadmin.browser', [
|
||||
this.t.openPath(this.i);
|
||||
this.t.deselect(this.i);
|
||||
|
||||
// select tree item after few milliseconds
|
||||
setTimeout(function() {
|
||||
self.t.select(self.i);
|
||||
}, 10);
|
||||
// select tree item
|
||||
self.t.select(self.i);
|
||||
}
|
||||
}
|
||||
let success = this.o && this.o.success;
|
||||
|
||||
Reference in New Issue
Block a user