mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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
This commit is contained in:
committed by
Akshay Joshi
parent
c57fc74e18
commit
aa8854db53
@@ -77,7 +77,7 @@ export class Tree {
|
||||
}
|
||||
|
||||
async before(item, data) {
|
||||
await this.tree.create(item.parent, data.itemData);
|
||||
return await this.tree.create(item.parent, data);
|
||||
}
|
||||
|
||||
async update(item, data) {
|
||||
|
||||
Reference in New Issue
Block a user