vim-web 1.0.0-alpha.7 → 1.0.0-alpha.8

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.
@@ -84363,7 +84363,7 @@ Averrage Date/Second ${avgDataRatePS} kb
84363
84363
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(
84364
84364
  ControlledTreeEnvironment,
84365
84365
  {
84366
- renderDepthOffset: div.current ? Math.min(div.current.clientWidth * 0.04, 10) : 10,
84366
+ renderDepthOffset: 10,
84367
84367
  items: props.treeData.nodes,
84368
84368
  getItemTitle: (item) => item.title,
84369
84369
  showLiveDescription: false,