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 612937d commit aad7dceCopy full SHA for aad7dce
codemirror.vue
@@ -93,6 +93,7 @@
93
this.editor.on("gutterClick", function(cm, n) {
94
var info = cm.lineInfo(n);
95
cm.setGutterMarker(n, "breakpoints", info.gutterMarkers ? null : makeMarker())
96
+ console.log(cm.lineInfo(n))
97
})
98
},
99
watch: {
0 commit comments