Skip to content

Commit

Permalink
hotfix: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JimQing committed May 23, 2020
1 parent 0d2361e commit a7a61b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/codeMirror/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ export default {
this.colorChanged(this.config.colorOption[1].value)
this.sizeChanged(this.config.sizeOption[2].value)
this.$emit('cssChanged')
this.showResetConfirm = false;
},
cancelReset() {
this.showResetConfirm = false;
Expand Down

0 comments on commit a7a61b6

Please sign in to comment.