1
0
Fork 0

optional cover page

This commit is contained in:
Enoch Riese 2022-08-23 11:08:40 -05:00
parent 4e8a56bfc7
commit 553ac7b25a
5 changed files with 51 additions and 127 deletions

View file

@ -43,7 +43,7 @@ export const handleExport = async(format, gist, design, t, app, onComplete) => {
const workerArgs = {format, gist, settings}
if (exports.exportAsData.indexOf(format) === -1) {
// gist.embed=false
gist.embed=false
// make a pattern instance for export rendering
const layout = gist.layouts?.printingLayout || gist.layout || true
let pattern = new design({...gist, layout})