@pitcher/canvas-ui 2026.1.22-131108-beta → 2026.1.22-152530-beta
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/canvas-ui.js +5 -1
- package/canvas-ui.js.map +1 -1
- package/package.json +1 -1
package/canvas-ui.js
CHANGED
|
@@ -178685,7 +178685,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
178685
178685
|
});
|
|
178686
178686
|
}
|
|
178687
178687
|
const isPptxFile = getFileExtension(file) === "pptx";
|
|
178688
|
-
const fileMetadata = {
|
|
178688
|
+
const fileMetadata = {
|
|
178689
|
+
...metadata.value,
|
|
178690
|
+
...form.value.metadata,
|
|
178691
|
+
pitcher: { ...metadata.value?.pitcher, ...form.value.metadata?.pitcher }
|
|
178692
|
+
};
|
|
178689
178693
|
if (isPptxFile && shouldShowConvertPptxToHtml.value) {
|
|
178690
178694
|
fileMetadata.convert_pptx_to_html = convertPptxToHtml.value;
|
|
178691
178695
|
}
|