Autoscroll even when text does not change

This commit is contained in:
Kevin Sawicki
2013-11-06 08:25:18 -08:00
parent e6a7678fd6
commit dba7687470

View File

@@ -27,7 +27,7 @@ class Cursor
{textChanged} = e
return if oldHeadScreenPosition.isEqual(newHeadScreenPosition)
@needsAutoscroll ?= @isLastCursor() and !textChanged
@needsAutoscroll ?= @isLastCursor()
movedEvent =
oldBufferPosition: oldHeadBufferPosition