@handaotech-design/bom 0.0.38 → 0.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,6 +150,9 @@ watch(
150
150
  if (!isPreservingTreeState.value) {
151
151
  selectFirstSelectableNode(true)
152
152
  }
153
+ await nextTick(() => {
154
+ updateTreeContainerHeight()
155
+ })
153
156
  },
154
157
  {
155
158
  immediate: true,
@@ -150,6 +150,9 @@ watch(
150
150
  if (!isPreservingTreeState.value) {
151
151
  selectFirstSelectableNode(true)
152
152
  }
153
+ await nextTick(() => {
154
+ updateTreeContainerHeight()
155
+ })
153
156
  },
154
157
  {
155
158
  immediate: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handaotech-design/bom",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {