Skip to content

Commit

Permalink
fix(playground): reset transform status (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Dec 27, 2022
1 parent 0dca3e5 commit 84a3b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/src/components/Editor.vue
Expand Up @@ -48,6 +48,7 @@ function handleReset() {
if (confirm('Reset all settings? It can NOT be undone.')) {
inputHTML.value = defaultHTML
customConfigRaw.value = defaultConfigRaw
options.value.transform = false
}
}
Expand Down

0 comments on commit 84a3b3d

Please sign in to comment.