mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Add coverage for gutter measurement and horizontal translation on scroll
This commit is contained in:
committed by
Antonio Scandurra
parent
b863790390
commit
ede5d5e5f4
@@ -74,7 +74,7 @@ class TextEditorComponent {
|
||||
}
|
||||
|
||||
renderGutterContainer () {
|
||||
const props = {className: 'gutter-container'}
|
||||
const props = {ref: 'gutterContainer', className: 'gutter-container'}
|
||||
|
||||
if (this.measurements) {
|
||||
props.style = {
|
||||
|
||||
Reference in New Issue
Block a user