Fix lint issue

This commit is contained in:
itsmichaelwang
2017-11-17 00:23:07 -08:00
committed by Jason Rudolph
parent 9eac520e6a
commit e462d0d298

View File

@@ -170,7 +170,7 @@ class TextEditorComponent {
this.textDecorationBoundaries = []
this.pendingScrollTopRow = this.props.initialScrollTopRow
this.pendingScrollLeftColumn = this.props.initialScrollLeftColumn
this.tabIndex = this.props.element && this.props.element.tabIndex ? this.props.element.tabIndex : -1;
this.tabIndex = this.props.element && this.props.element.tabIndex ? this.props.element.tabIndex : -1
this.measuredContent = false
this.queryGuttersToRender()