Skip to content

Commit 1bcb719

Browse files
author
zesani
committed
fix remove unused code
1 parent 8d3df3e commit 1bcb719

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codemirror.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
},
9090
watch: {
9191
'code': function(newVal, oldVal) {
92-
var _this = this
9392
const editor_value = this.editor.getValue()
9493
if (newVal !== editor_value) {
9594
let scrollInfo = this.editor.getScrollInfo()

0 commit comments

Comments
 (0)