fix: editor-codeblock crash on insert

pull/119/head
NGPixel 8 years ago
parent 87e780bea7
commit fa098f8ece

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

Loading…
Cancel
Save