Update the lines and gutter when the mouseWheelScreenRow changes

This commit is contained in:
Nathan Sobo
2014-05-29 15:28:41 -06:00
parent df524e4803
commit f2a08cd178
2 changed files with 5 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ LinesComponent = React.createClass
return true unless isEqualForProperties(newProps, @props,
'renderedRowRange', 'fontSize', 'fontFamily', 'lineHeight', 'lineHeightInPixels',
'scrollTop', 'scrollLeft', 'showIndentGuide', 'scrollingVertically', 'invisibles',
'visible', 'scrollViewHeight'
'visible', 'scrollViewHeight', 'mouseWheelScreenRow'
)
{renderedRowRange, pendingChanges} = newProps