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 c68bed5 commit 71b54a5Copy full SHA for 71b54a5
lib/ace/edit_session.js
@@ -2191,7 +2191,6 @@ var EditSession = function(text, mode) {
2191
}
2192
2193
2194
- // if (rowCache[rowCache.length-1] >= row)console.error("---------")
2195
if (doCache) {
2196
this.$docRowCache.push(docRow);
2197
this.$screenRowCache.push(row);
@@ -2299,7 +2298,6 @@ var EditSession = function(text, mode) {
2299
2298
screenRow += this.getRowLength(row);
2300
row = rowEnd;
2301
2302
2303
2304
this.$docRowCache.push(row);
2305
this.$screenRowCache.push(screenRow);
0 commit comments