Browse Source

fix: editor-codeblock crash on insert

pull/119/head
NGPixel 8 years ago
parent
commit
fa098f8ece
1 changed files with 1 additions and 1 deletions
  1. 2
      client/js/components/editor-codeblock.vue

2
client/js/components/editor-codeblock.vue

@ -110,7 +110,7 @@
this.$store.dispatch('alert', {
style: 'blue',
icon: 'inbox',
msg: self.$t('editor.codeblocksuccess')
msg: this.$t('editor.codeblocksuccess')
})
this.cancel()
}

Loading…
Cancel
Save