issue-95 get exports working

This commit is contained in:
Kurt Hutten
2020-11-14 18:18:35 +11:00
parent de7c94e7d6
commit 7abdd87f03
3 changed files with 3 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ const IdeCascadeStudio = ({ part, saveCode, loading, error }) => {
canEdit={canEdit}
isChanges={isChanges && !loading}
onSave={() => {}}
onExport={() => {}}
onExport={(type) => threejsViewport[`saveShape${type}`]()}
/>
<div id="topnav" className="topnav hidden">
<a href="https://github.com/zalo/CascadeStudio">