Fix PDF generation in Canvas (#39418)

This commit is contained in:
Clint Andrew Hall 2019-06-25 12:34:42 -05:00 committed by GitHub
parent 16ae71d63b
commit 1d09f5a067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,15 @@ export class ExportApp extends React.PureComponent {
</Link>
</div>
<div className="canvasExport__stageContent">
<WorkpadPage isSelected page={activePage} height={height} width={width} />
<WorkpadPage
isSelected
key={activePage.id}
pageId={activePage.id}
height={height}
width={width}
registerLayout={() => {}}
unregisterLayout={() => {}}
/>
</div>
</div>
</div>