Skip to content

Commit

Permalink
fix(playground): reset transform status (unocss#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv authored and praburangki committed Jan 12, 2023
1 parent 9d09938 commit beb57c7
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 beb57c7

Please sign in to comment.