Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -140,6 +140,7 @@ export function CloudLoader({ compact = false, variant = 'outline', className }:
|
|||||||
}
|
}
|
||||||
const blobUrl = URL.createObjectURL(blob);
|
const blobUrl = URL.createObjectURL(blob);
|
||||||
addModel({ fileName: outName, fileSize: outSize, url: blobUrl });
|
addModel({ fileName: outName, fileSize: outSize, url: blobUrl });
|
||||||
|
addRecentFile(outName, blob).catch(() => {});
|
||||||
toast.success(`"${outName}" adicionado à cena`);
|
toast.success(`"${outName}" adicionado à cena`);
|
||||||
setOpen(false);
|
setOpen(false);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user