Skip to content

Commit

Permalink
Merge branch 'zemal_dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 committed Dec 3, 2017
2 parents c2aff69 + 3f733b9 commit 9bddcf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/oj/components/CodeMirror.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
mode[lang.name] = lang.content_type
})
this.mode = mode
this.editor.setOption('mode', this.mode[this.language])
})
this.editor.focus()
},
Expand Down

0 comments on commit 9bddcf4

Please sign in to comment.