@jvs-milkdown/crepe 1.2.33 → 1.2.35

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.
@@ -4481,8 +4481,7 @@ const Toolbar = vue.defineComponent({
4481
4481
  siblingsWidth += s.offsetWidth;
4482
4482
  }
4483
4483
  }
4484
- const gapCount = Math.max(0, siblings.length);
4485
- containerWidth = parent.clientWidth - siblingsWidth - gapCount * 12;
4484
+ containerWidth = parent.clientWidth - siblingsWidth - 12;
4486
4485
  } else {
4487
4486
  containerWidth = container.clientWidth;
4488
4487
  }