Fix buttons
This commit is contained in:
@@ -88,8 +88,8 @@ export function ImportExportButtons({ handler, selected }: CanvasHandlerProps &
|
|||||||
<Box $width={boxSize} $height={boxSize}>
|
<Box $width={boxSize} $height={boxSize}>
|
||||||
<Column>
|
<Column>
|
||||||
<Row>
|
<Row>
|
||||||
<Btn onClick={() => { handler.exportProject(); }}><FaFileExport />Import</Btn>
|
<Btn onClick={() => { handler.exportProject(); }}><FaFileExport />Export</Btn>
|
||||||
<Btn onClick={() => { handler.importProject(); }} ><FaFileImport />Export</Btn>
|
<Btn onClick={() => { handler.importProject(); }} ><FaFileImport />Import</Btn>
|
||||||
</Row>
|
</Row>
|
||||||
<Btn style={{ backgroundColor: "#ff000073" }} disabled={selected.length !== 1} onClick={async () => {
|
<Btn style={{ backgroundColor: "#ff000073" }} disabled={selected.length !== 1} onClick={async () => {
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user