We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2361e commit a7a61b6Copy full SHA for a7a61b6
src/components/codeMirror/header.vue
@@ -229,6 +229,7 @@ export default {
229
this.colorChanged(this.config.colorOption[1].value)
230
this.sizeChanged(this.config.sizeOption[2].value)
231
this.$emit('cssChanged')
232
+ this.showResetConfirm = false;
233
},
234
cancelReset() {
235
this.showResetConfirm = false;
0 commit comments