Skip to content

Commit

Permalink
fix: fix missing change generating
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Nov 5, 2024
1 parent 326bd45 commit 5fa067e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toolbars/codesandbox/src/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default {
document.body.append(form)
form.submit()
document.body.removeChild(form)
state.generating = false
} catch (error) {
// eslint-disable-next-line no-console
console.error(error)
Expand Down

0 comments on commit 5fa067e

Please sign in to comment.