mirror of
https://github.com/atom/atom.git
synced 2026-02-09 22:24:59 -05:00
Fix bug where short folded lines don't always span the scroll view
This commit is contained in:
@@ -661,7 +661,7 @@ class Editor extends View
|
||||
if width > @scrollView.width()
|
||||
@renderedLines.width(width)
|
||||
else
|
||||
@renderedLines.width("inherit")
|
||||
@renderedLines.css('width', '')
|
||||
|
||||
handleScrollHeightChange: ->
|
||||
scrollHeight = @lineHeight * @screenLineCount()
|
||||
|
||||
Reference in New Issue
Block a user