mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Render nbsp on empty lines to ensure they have a non-zero height
Fixes #2958
This commit is contained in:
@@ -177,7 +177,7 @@ LinesComponent = React.createClass
|
||||
|
||||
lineHTML
|
||||
else
|
||||
@buildEndOfLineHTML(line, @props.invisibles)
|
||||
' ' + @buildEndOfLineHTML(line, @props.invisibles)
|
||||
|
||||
buildLineInnerHTML: (line) ->
|
||||
{invisibles, mini, showIndentGuide, invisibles} = @props
|
||||
|
||||
Reference in New Issue
Block a user