Skip to content

Commit

Permalink
fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Sep 17, 2024
1 parent 02dbc72 commit 8faf683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/javascript/app_mixlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ async function save (json, download = false, showInfo = true) {
const imgurl = images[index]
images[index] = await drawImageToCanvas(imgurl)
}
data.app.idle_animation = images
if (idle_animation) data.app.idle_animation = images
} catch (error) {}

// console.log(data.app)
Expand Down

0 comments on commit 8faf683

Please sign in to comment.