Err, yeah, we care about undefined, not false.

This commit is contained in:
joshaber
2016-03-03 10:13:26 -05:00
parent 928205a44a
commit 10acfd057f

View File

@@ -42,7 +42,7 @@ class TextEditorPresenter
@startReflowing() if @continuousReflow
@updating = false
@scrollPastEndOverride = scrollPastEnd || true
@scrollPastEndOverride = scrollPastEnd ? true
setLinesYardstick: (@linesYardstick) ->