Properties panel is not updated when any object is added/deleted from the browser tree. Fixes #6833

This commit is contained in:
Khushboo Vashi
2021-09-30 18:21:43 +05:30
committed by Akshay Joshi
parent 8056e7e3e3
commit 5e0c113c7b
4 changed files with 13 additions and 5 deletions
+3
View File
@@ -287,6 +287,9 @@ export class Tree {
return this.tree.getActiveFile();
}
resizeTree() {
this.tree.resize();
}
findNodeWithToggle(path) {
let tree = this;