@jvs-milkdown/crepe 1.2.37 → 1.2.39

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/index.js CHANGED
@@ -8629,7 +8629,7 @@ const FixedToolbarComponent = vue.defineComponent({
8629
8629
  canRedo: { type: Object, required: true }
8630
8630
  },
8631
8631
  setup(props) {
8632
- keepAlive(vue.h);
8632
+ keepAlive(vue.h, vue.Fragment);
8633
8633
  const showShortcuts = vue.ref(false);
8634
8634
  vue.onMounted(() => {
8635
8635
  const handleShowShortcuts = () => {
@@ -8694,7 +8694,7 @@ const FixedToolbarComponent = vue.defineComponent({
8694
8694
  )
8695
8695
  );
8696
8696
  }
8697
- return /* @__PURE__ */ vue.h(Fragment, null, /* @__PURE__ */ vue.h(
8697
+ return /* @__PURE__ */ vue.h(vue.Fragment, null, /* @__PURE__ */ vue.h(
8698
8698
  "div",
8699
8699
  {
8700
8700
  style: {