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:
Khushboo Vashi
2021-09-29 17:18:55 +05:30
committed by Akshay Joshi
parent c57fc74e18
commit aa8854db53
5 changed files with 38 additions and 49 deletions

View File

@@ -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) {