diff --git a/src/text-editor-component.js b/src/text-editor-component.js index 5b25f3442..3619d3221 100644 --- a/src/text-editor-component.js +++ b/src/text-editor-component.js @@ -441,7 +441,7 @@ class TextEditorComponent { this.addHighlightDecorationToMeasure(decoration, screenRange) break case 'cursor': - this.addCursorDecorationToMeasure(marker, screenRange) + this.addCursorDecorationToMeasure(marker, screenRange, reversed) break } }