diff --git a/src/editor-view.coffee b/src/editor-view.coffee index 0ff3a07f3..72ae043f1 100644 --- a/src/editor-view.coffee +++ b/src/editor-view.coffee @@ -988,8 +988,7 @@ class EditorView extends View (startRow <= @firstRenderedScreenRow and endRow >= @lastRenderedScreenRow) # selection surrounds the rendered items syncCursorAnimations: -> - for cursorView in @getCursorViews() - do (cursorView) -> cursorView.resetBlinking() + cursorView.resetBlinking() for cursorView in @getCursorViews() autoscroll: (options={}) -> for cursorView in @getCursorViews()