Fix embedding scene to PNG on Safari (#2235)

This commit is contained in:
David Luzar 2020-10-13 16:55:08 +02:00 committed by GitHub
parent 5950fa9a40
commit f40a2230ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 26 deletions

View file

@ -156,7 +156,6 @@ const ExportModal = ({
</Stack.Row>
</div>
{actionManager.renderAction("changeExportBackground")}
{actionManager.renderAction("changeExportEmbedScene")}
{someElementIsSelected && (
<div>
<label>
@ -171,6 +170,7 @@ const ExportModal = ({
</label>
</div>
)}
{actionManager.renderAction("changeExportEmbedScene")}
{actionManager.renderAction("changeShouldAddWatermark")}
</Stack.Col>
</div>