mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
add eror handler, update snapshots
This commit is contained in:
parent
90d68b3e0b
commit
92ac11c49d
5 changed files with 18 additions and 74 deletions
|
@ -202,8 +202,8 @@ const ExportModal = ({
|
|||
})}
|
||||
</Stack.Row>
|
||||
</div>
|
||||
{actionManager.renderAction("changeExportBackground")}
|
||||
{actionManager.renderAction("toggleAutoSave")}
|
||||
{actionManager.renderAction("changeExportBackground")}
|
||||
{someElementIsSelected && (
|
||||
<div>
|
||||
<label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue