mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Correctly assign gutter container vnode
This commit is contained in:
committed by
Antonio Scandurra
parent
eb22b58756
commit
3b7112889a
@@ -290,7 +290,7 @@ class TextEditorComponent {
|
||||
scrollHeight = this.getScrollHeight()
|
||||
}
|
||||
|
||||
return $.div(
|
||||
this.gutterContainerVnode = $.div(
|
||||
{
|
||||
ref: 'gutterContainer',
|
||||
className: 'gutter-container',
|
||||
|
||||
Reference in New Issue
Block a user