mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
🔥 Put back commented out LOC
This commit is contained in:
@@ -1407,7 +1407,7 @@ class TextEditorPresenter
|
||||
startBlinkingCursors: ->
|
||||
unless @isCursorBlinking()
|
||||
@state.content.cursorsVisible = true
|
||||
# @toggleCursorBlinkHandle = setInterval(@toggleCursorBlink.bind(this), @getCursorBlinkPeriod() / 2)
|
||||
@toggleCursorBlinkHandle = setInterval(@toggleCursorBlink.bind(this), @getCursorBlinkPeriod() / 2)
|
||||
|
||||
isCursorBlinking: ->
|
||||
@toggleCursorBlinkHandle?
|
||||
|
||||
Reference in New Issue
Block a user