Commit fa098f8e authored by NGPixel's avatar NGPixel

fix: editor-codeblock crash on insert

parent 87e780be
...@@ -110,7 +110,7 @@ ...@@ -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()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment