diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index b0901d1..49beea4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -580,6 +580,7 @@ export default defineComponent({ // Hide ancestors LayoutNode.hideUpward(targetNode!.parent!, this.layoutMap); this.activeRoot = targetNode!.parent!; + this.updateAreaDims(); await this.onNonleafClick(this.activeRoot, true); await this.onLeafClick(this.activeRoot, true); } else { |
