mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Autoscroll even when text does not change
This commit is contained in:
@@ -27,7 +27,7 @@ class Cursor
|
||||
{textChanged} = e
|
||||
return if oldHeadScreenPosition.isEqual(newHeadScreenPosition)
|
||||
|
||||
@needsAutoscroll ?= @isLastCursor() and !textChanged
|
||||
@needsAutoscroll ?= @isLastCursor()
|
||||
|
||||
movedEvent =
|
||||
oldBufferPosition: oldHeadBufferPosition
|
||||
|
||||
Reference in New Issue
Block a user