Render the line numbers after gutter mount

Fixes #2916
This commit is contained in:
Ben Ogle
2014-07-10 17:25:40 -07:00
parent 8ea277ef77
commit 9976166902
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ GutterComponent = React.createClass
componentDidMount: ->
@appendDummyLineNumber()
@updateLineNumbers() if @props.renderedRowRange?
# Only update the gutter if the visible row range has changed or if a
# non-zero-delta change to the screen lines has occurred within the current