Skip to content

Commit a7a61b6

Browse files
committed
hotfix: bug fix
1 parent 0d2361e commit a7a61b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/codeMirror/header.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ export default {
229229
this.colorChanged(this.config.colorOption[1].value)
230230
this.sizeChanged(this.config.sizeOption[2].value)
231231
this.$emit('cssChanged')
232+
this.showResetConfirm = false;
232233
},
233234
cancelReset() {
234235
this.showResetConfirm = false;

0 commit comments

Comments
 (0)