Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgdavor committed Mar 15, 2024
1 parent a02e890 commit a47929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/jscad-web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const exportModel = async (format, extension) => {
}
}

const onProgress = ([value, note]) => {
const onProgress = (value, note) => {
const el = progress.querySelector('progress')
if (value == undefined) {
el.removeAttribute('value')
Expand Down

0 comments on commit a47929b

Please sign in to comment.