LocalStorage used bar

This commit is contained in:
space-nuko
2023-05-25 18:12:26 -05:00
parent 220be38a0b
commit 8cc2af6f80
5 changed files with 119 additions and 34 deletions

View File

@@ -297,7 +297,9 @@ export default class ComfyApp {
if (templateAndSvg == null) {
errors.push("Invalid SVG template format")
}
templates.push(templateAndSvg)
else {
templates.push(templateAndSvg)
}
}
}