mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Correctly render cursors on reversed selections
This commit is contained in:
committed by
Antonio Scandurra
parent
8f385377cf
commit
3f4cd5e438
@@ -441,7 +441,7 @@ class TextEditorComponent {
|
||||
this.addHighlightDecorationToMeasure(decoration, screenRange)
|
||||
break
|
||||
case 'cursor':
|
||||
this.addCursorDecorationToMeasure(marker, screenRange)
|
||||
this.addCursorDecorationToMeasure(marker, screenRange, reversed)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user