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