We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3df3e commit 1bcb719Copy full SHA for 1bcb719
codemirror.vue
@@ -89,7 +89,6 @@
89
},
90
watch: {
91
'code': function(newVal, oldVal) {
92
- var _this = this
93
const editor_value = this.editor.getValue()
94
if (newVal !== editor_value) {
95
let scrollInfo = this.editor.getScrollInfo()
0 commit comments