@jvs-milkdown/crepe 1.2.33 → 1.2.34

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