Skip to content
  • Christian Kamm's avatar
    Fix a bug with selection paths in the editor overlay. · d282ee9b
    Christian Kamm authored
    If the first or last line in a selection ended up with nothing to
    highlight after whitespaces were trimmed, they'd use a codepath that
    only works correctly for inner 'empty' lines.
    
    Instead we now make sure the beginning and end of a selection are always
    highlighted.
    d282ee9b