mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Fix lint issue
This commit is contained in:
committed by
Jason Rudolph
parent
9eac520e6a
commit
e462d0d298
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user