Skip to content

Commit

Permalink
Reset spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
eevleevs committed Mar 10, 2024
1 parent cb6ef0e commit b2d062a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/jscad-web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ async function sendCmdAndSpin(method, params) {
// do not show spinner for fast renders
firstJobTimer = setTimeout(() => {
spinner.style.display = 'block'
spinner.removeAttribute('value')
}, 300)
}
try {
Expand Down

0 comments on commit b2d062a

Please sign in to comment.