diff --git a/playground/src/components/Editor.vue b/playground/src/components/Editor.vue index 249247eb95..9ceadc323e 100644 --- a/playground/src/components/Editor.vue +++ b/playground/src/components/Editor.vue @@ -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 } }