Add coverage for gutter measurement and horizontal translation on scroll

This commit is contained in:
Nathan Sobo
2017-02-23 15:44:19 -07:00
committed by Antonio Scandurra
parent b863790390
commit ede5d5e5f4
2 changed files with 36 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ class TextEditorComponent {
}
renderGutterContainer () {
const props = {className: 'gutter-container'}
const props = {ref: 'gutterContainer', className: 'gutter-container'}
if (this.measurements) {
props.style = {