mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Always fall back on default lineOverdrawMargin
This commit is contained in:
@@ -47,7 +47,7 @@ class TextEditorComponent
|
||||
model: @editor
|
||||
scrollTop: @editor.getScrollTop()
|
||||
scrollLeft: @editor.getScrollLeft()
|
||||
lineOverdrawMargin: lineOverdrawMargin
|
||||
lineOverdrawMargin: @lineOverdrawMargin
|
||||
cursorBlinkPeriod: @cursorBlinkPeriod
|
||||
cursorBlinkResumeDelay: @cursorBlinkResumeDelay
|
||||
stoppedScrollingDelay: 200
|
||||
|
||||
Reference in New Issue
Block a user