Thread: pgAdmin 4 commit: 1) Browser panel turns blank on connecting disconnect

pgAdmin 4 commit: 1) Browser panel turns blank on connecting disconnect

From
Akshay Joshi
Date:
1) Browser panel turns blank on connecting disconnected database & server has multiple databases. Fixes #6817
2) The object is not selected/properties panel is not updated when the user moves to object with arrow keys. Fixes
#6821
3) Object gets deselected after editing. Fixes #6824

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aa8854db535279ff16349459cc8fb250332fbe39
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/package.json                                   |  2 +-
.../servers/databases/static/js/database.js        | 11 ++--
web/pgadmin/browser/static/js/browser.js           | 68 +++++++++-------------
web/pgadmin/static/js/tree/tree.js                 |  2 +-
web/yarn.lock                                      |  4 +-
5 files changed, 38 insertions(+), 49 deletions(-)