@nuwatop/code-canvas-core 0.5.30 → 0.5.32

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/dist/index.esm.js CHANGED
@@ -4249,7 +4249,7 @@ const sa = (e, t, n, i) => {
4249
4249
  {
4250
4250
  role: "button",
4251
4251
  tabIndex: 0,
4252
- style: { cursor: "pointer", display: "inline-flex" },
4252
+ style: { cursor: "pointer", display: "flex" },
4253
4253
  onClick: () => h(l, { ...n }),
4254
4254
  onKeyDown: (y) => {
4255
4255
  (y.key === "Enter" || y.key === " ") && (y.preventDefault(), h(l, { ...n }));