patches v1.3.3 #75

Merged
jkeffects merged 12 commits from develop into main 2025-03-21 09:48:02 +00:00
Showing only changes of commit 4538df4516 - Show all commits

View file

@ -134,8 +134,8 @@ export default defineComponent({
const headerId = fromData.header.value === "def" ? null : fromData.header.value;
const bodyId = fromData.body.value === "def" ? null : fromData.body.value;
const footerId = fromData.footer.value === "def" ? null : fromData.footer.value;
const headerHeight = fromData.footer.value === "" ? null : parseInt(fromData.headerHeight.value);
const footerHeight = fromData.footer.value === "" ? null : parseInt(fromData.footerHeight.value);
const headerHeight = fromData.headerHeight.value === "" ? null : parseInt(fromData.headerHeight.value);
const footerHeight = fromData.footerHeight.value === "" ? null : parseInt(fromData.footerHeight.value);
this.status = "loading";
this.updateTemplateUsage({