From fa098f8ece4afb2b6b58b85a6a0d655740e3809c Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sun, 28 May 2017 20:39:27 -0400 Subject: [PATCH] fix: editor-codeblock crash on insert --- client/js/components/editor-codeblock.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/components/editor-codeblock.vue b/client/js/components/editor-codeblock.vue index ad13224d..625d94c6 100644 --- a/client/js/components/editor-codeblock.vue +++ b/client/js/components/editor-codeblock.vue @@ -110,7 +110,7 @@ this.$store.dispatch('alert', { style: 'blue', icon: 'inbox', - msg: self.$t('editor.codeblocksuccess') + msg: this.$t('editor.codeblocksuccess') }) this.cancel() }