mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Reference scrollingVertically in the proper location in presenter state
This commit is contained in:
@@ -68,7 +68,7 @@ LinesComponent = React.createClass
|
||||
|
||||
@removeLineNodes() unless @oldState?.indentGuidesVisible is @newState?.indentGuidesVisible
|
||||
@updateLineNodes()
|
||||
@measureCharactersInNewLines() if visible and not presenter.state.scrollingVertically
|
||||
@measureCharactersInNewLines() if visible and not @newState.scrollingVertically
|
||||
|
||||
@overlayManager?.render(@props)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user