Remove the max call

This commit is contained in:
Ben Ogle
2014-09-03 15:55:50 -07:00
parent f82c59d865
commit 06165b2167

View File

@@ -281,7 +281,6 @@ class Cursor extends Model
rowLength = @editor.lineTextForScreenRow(row).length
column = rowLength - columnDelta
columnDelta -= rowLength
column = Math.max(column, 0)
@setScreenPosition({row, column})