mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix embedding scene to PNG on Safari (#2235)
This commit is contained in:
parent
5950fa9a40
commit
f40a2230ec
4 changed files with 51 additions and 26 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue