fix: editor-codeblock crash on insert

This commit is contained in:
NGPixel 2017-05-28 20:39:27 -04:00
parent 87e780bea7
commit fa098f8ece

View File

@ -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()
} }