mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Adjusting the width of rendered lines happens automatically with CSS
This commit is contained in:
@@ -339,7 +339,6 @@ class Editor extends View
|
||||
@setSoftWrapColumn() if @activeEditSession.getSoftWrap()
|
||||
$(window).on "resize.editor#{@id}", =>
|
||||
@updateRenderedLines()
|
||||
@adjustWidthOfRenderedLines() # TODO: This should happen automatically with CSS
|
||||
@focus() if @isFocused
|
||||
|
||||
@renderWhenAttached()
|
||||
|
||||
Reference in New Issue
Block a user