mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove showIndentGuide subscription from view
This commit is contained in:
@@ -290,7 +290,6 @@ TextEditorComponent = React.createClass
|
||||
|
||||
scopeDescriptor = editor.getRootScopeDescriptor()
|
||||
|
||||
subscriptions.add atom.config.observe 'editor.showIndentGuide', scope: scopeDescriptor, @requestUpdate
|
||||
subscriptions.add atom.config.observe 'editor.scrollSensitivity', scope: scopeDescriptor, @setScrollSensitivity
|
||||
|
||||
focused: ->
|
||||
|
||||
Reference in New Issue
Block a user