Skip to content

Commit

Permalink
Fix PDF generation in Canvas (#39418)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall authored Jun 25, 2019
1 parent 16ae71d commit 1d09f5a
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1d09f5a

Please sign in to comment.