Skip to content
Snippets Groups Projects
Commit f4913408 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Fix copy-paste mistake in previous patch

Issue #4194
Issue #4500
parent 64cffa1f
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ function updateLineGutter(cm, lineView, lineN, dims) {
let wrap = ensureLineWrapped(lineView)
lineView.gutterBackground = elt("div", null, "CodeMirror-gutter-background " + lineView.line.gutterClass,
`left: ${cm.options.fixedGutter ? dims.fixedPos : -dims.gutterTotalWidth}px; width: ${dims.gutterTotalWidth}px`)
cm.display.input.setUneditable(gutterWrap)
cm.display.input.setUneditable(lineView.gutterBackground)
wrap.insertBefore(lineView.gutterBackground, lineView.text)
}
let markers = lineView.line.gutterMarkers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment