@abi-software/scaffoldvuer 1.11.0-demo.1 → 1.11.0-demo.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/scaffoldvuer",
3
- "version": "1.11.0-demo.1",
3
+ "version": "1.11.0-demo.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1072,6 +1072,7 @@ export default {
1072
1072
  }
1073
1073
  }
1074
1074
  });
1075
+ this.fitWindow();
1075
1076
  this.$refs.scaffoldTreeControls.setCheckedKeys([...new Set(idsList)], processed);
1076
1077
  }
1077
1078
  },