mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
committed by
Nathan Sobo
parent
1c38dce3b2
commit
4c03cb39de
@@ -926,9 +926,6 @@ class TextEditorComponent
|
||||
@linesYardstick.invalidateCache()
|
||||
@presenter.measurementsChanged()
|
||||
|
||||
setShowIndentGuide: (showIndentGuide) ->
|
||||
@config.set("editor.showIndentGuide", showIndentGuide)
|
||||
|
||||
setScrollSensitivity: (scrollSensitivity) =>
|
||||
if scrollSensitivity = parseInt(scrollSensitivity)
|
||||
@scrollSensitivity = Math.abs(scrollSensitivity) / 100
|
||||
|
||||
Reference in New Issue
Block a user