@jvs-milkdown/crepe 1.2.38 → 1.2.40
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 +2 -2
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.js +7 -7
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/feature/fixed-toolbar/component.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/feature/fixed-toolbar/component.tsx +2 -1
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: {
|