fixing create item styling escaping

This commit is contained in:
2025-04-16 08:53:32 -06:00
parent a9bc8ef390
commit 05f354ac9e
5 changed files with 22 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ export const canvasFileRouter = router({
if (!success) {
console.log("could not download file, returning sourceUrl", sourceUrl);
// make a toast or some other way of notifying the user
return sourceUrl;
}
console.log("local temp file", localFile);