diff --git a/src/text-editor-component.coffee b/src/text-editor-component.coffee index e42a4c47d..576fb1059 100644 --- a/src/text-editor-component.coffee +++ b/src/text-editor-component.coffee @@ -541,20 +541,17 @@ TextEditorComponent = React.createClass if editor.selectionIntersectsVisibleRowRange(selection) @selectionChanged = true - @requestUpdate() onSelectionChanged: (selection) -> {editor} = @props if editor.selectionIntersectsVisibleRowRange(selection) @selectionChanged = true - @requestUpdate() onCursorAdded: (cursor) -> @disposables.add cursor.onDidChangePosition @onCursorMoved onCursorMoved: -> @cursorMoved = true - @requestUpdate() handleDragUntilMouseUp: (event, dragHandler) -> {editor} = @props