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 f01ee93 commit c75344aCopy full SHA for c75344a
lib/codemirror.js
@@ -547,6 +547,7 @@ var CodeMirror = (function() {
547
doc.iter(from.line, to.line, function(line) {
548
if (line.text.length == maxLineLength) {recomputeMaxLength = true; return true;}
549
});
550
+ if (from.line != to.line || newText.length > 1) gutterDirty = true;
551
552
var nlines = to.line - from.line, firstLine = getLine(from.line), lastLine = getLine(to.line);
553
// First adjust the line structure, taking some care to leave highlighting intact.
0 commit comments