fix: editor-codeblock crash on insert
This commit is contained in:
parent
87e780bea7
commit
fa098f8ece
@ -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…
Reference in New Issue
Block a user