@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.
- package/lib/cjs/feature/toolbar/index.js +1 -2
- package/lib/cjs/feature/toolbar/index.js.map +1 -1
- package/lib/cjs/index.js +2 -3
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/feature/toolbar/index.js +1 -2
- package/lib/esm/feature/toolbar/index.js.map +1 -1
- package/lib/esm/index.js +2 -3
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/feature/toolbar/component.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/feature/fixed-toolbar/component.tsx +1 -1
- package/src/feature/toolbar/component.tsx +2 -3
|
@@ -4479,8 +4479,7 @@ const Toolbar = defineComponent({
|
|
|
4479
4479
|
siblingsWidth += s.offsetWidth;
|
|
4480
4480
|
}
|
|
4481
4481
|
}
|
|
4482
|
-
|
|
4483
|
-
containerWidth = parent.clientWidth - siblingsWidth - gapCount * 12;
|
|
4482
|
+
containerWidth = parent.clientWidth - siblingsWidth - 12;
|
|
4484
4483
|
} else {
|
|
4485
4484
|
containerWidth = container.clientWidth;
|
|
4486
4485
|
}
|