👕 oh right standardjs

This commit is contained in:
Ash Wilson
2018-07-24 10:31:17 -04:00
parent 10c2e2932c
commit 931629769c

View File

@@ -3125,10 +3125,10 @@ class GutterContainerComponent {
} = this.props
if (!gutter.isVisible()) {
return null;
return null
}
const ref = gutter.name === 'line-number' ? 'lineNumberGutter' : undefined;
const ref = gutter.name === 'line-number' ? 'lineNumberGutter' : undefined
if (hasInitialMeasurements) {
const {maxDigits, keys, bufferRows, screenRows, softWrappedFlags, foldableFlags} = lineNumbersToRender