move export to web worker
This commit is contained in:
parent
df7011329b
commit
7cf7e0c90a
13 changed files with 248 additions and 133 deletions
|
@ -35,7 +35,7 @@ const PrintLayout = props => {
|
|||
const bgProps = { fill: "url(#page)" }
|
||||
|
||||
const exportIt = () => {
|
||||
handleExport('pdf', props.gist, props.design, t)
|
||||
handleExport('pdf', props.gist, props.design, t, props.app)
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue