mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🎨
This commit is contained in:
committed by
Antonio Scandurra
parent
656cabda0f
commit
8c7f4d91f8
@@ -450,7 +450,7 @@ class TextEditorComponent {
|
||||
if (this.props.model.isMini()) {
|
||||
return null
|
||||
} else {
|
||||
return $(GutterContainer, {
|
||||
return $(GutterContainerComponent, {
|
||||
ref: 'gutterContainer',
|
||||
key: 'gutterContainer',
|
||||
rootComponent: this
|
||||
@@ -2609,7 +2609,7 @@ class DummyScrollbarComponent {
|
||||
}
|
||||
}
|
||||
|
||||
class GutterContainer {
|
||||
class GutterContainerComponent {
|
||||
constructor (props) {
|
||||
this.props = props
|
||||
etch.initialize(this)
|
||||
|
||||
Reference in New Issue
Block a user